Skip to content

Commit

Permalink
Update node container version to 14.16-alpine (#433)
Browse files Browse the repository at this point in the history
* Update node container version to 14.16-alpine

* Also use node:14.16-alpine in tests
  • Loading branch information
ubergesundheit authored Feb 24, 2021
1 parent f8045b4 commit c04ebca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine as build
FROM node:14.16-alpine as build

ENV NODE_ENV=production

Expand All @@ -23,7 +23,7 @@ RUN yarn create-version-file \
&& rm -rf .git .scripts

# Final stage
FROM node:14-alpine
FROM node:14.16-alpine

ENV NODE_ENV=production

Expand Down
2 changes: 1 addition & 1 deletion tests/tests-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:14.16-alpine

# YARN_PRODUCTION=false is a workaround for https://github.com/yarnpkg/yarn/issues/4557
ENV NODE_ENV=production \
Expand Down

0 comments on commit c04ebca

Please sign in to comment.