Skip to content

Commit

Permalink
Merge pull request #201 from felddy/bugfix/node14
Browse files Browse the repository at this point in the history
Revert NodeJS version to 14
  • Loading branch information
felddy authored May 27, 2021
2 parents 1da69c5 + 63b1aaf commit 1320f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG FOUNDRY_USERNAME
ARG FOUNDRY_VERSION=0.8.5
ARG VERSION

FROM node:16-alpine as optional-release-stage
FROM node:14-alpine as optional-release-stage

ARG FOUNDRY_PASSWORD
ARG FOUNDRY_RELEASE_URL
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN \
unzip -d dist ${ARCHIVE} 'resources/*'; \
fi

FROM node:16-alpine as final-stage
FROM node:14-alpine as final-stage

ARG FOUNDRY_UID=421
ARG FOUNDRY_VERSION
Expand Down

0 comments on commit 1320f6a

Please sign in to comment.