From 08909af8cc907007412965a0931d1585a980da40 Mon Sep 17 00:00:00 2001 From: butlerx Date: Wed, 1 Nov 2017 21:30:54 +0000 Subject: [PATCH] lts is here --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \