diff --git a/Dockerfile b/Dockerfile index 5f98f6b..7deff29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8-alpine +FROM node:carbon-alpine MAINTAINER butlerx ARG DEP_VERSION=latest RUN apk add --update git build-base python postgresql-client && \