Skip to content

Commit

Permalink
Revert Node version to 14
Browse files Browse the repository at this point in the history
This addresses issue #196

See: nodejs/docker-node#1477
  • Loading branch information
felddy committed May 27, 2021
1 parent 1da69c5 commit 63b1aaf
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 63b1aaf

Please sign in to comment.