Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
fix: update image to use alpine 3.14 base (#855)
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Maga <markus@maga.se>
  • Loading branch information
Flydiverny authored Oct 19, 2021
1 parent 29c2877 commit 99575ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:14-alpine3.14

ENV NODE_ENV production
ENV NPM_CONFIG_LOGLEVEL warn
Expand Down
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:14-alpine3.14

# Setup source directory
RUN mkdir /app
Expand Down

0 comments on commit 99575ef

Please sign in to comment.