diff --git a/Dockerfile b/Dockerfile index a997426d..1b563243 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12.18-alpine3.11 +FROM node:18-alpine # release version passed in on build, just default it temporarily ARG RELEASE_VERSION=0.0.1 RUN npm install -g --production aws-organization-formation@${RELEASE_VERSION}