fix(nodejs): update to 6.11.1 for security fixes

This commit is contained in:
Sean McArthur 2017-07-12 11:45:00 -07:00
Родитель b657db05ff
Коммит b653e4c4f0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
FROM node:6.11.0-alpine
FROM node:6.11.1-alpine
RUN apk add --no-cache git make gcc g++ linux-headers openssl python