Skip to content

Commit

Permalink
Update node Docker tag to v19.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Apr 12, 2023
1 parent 493918e commit 5838a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build environment
FROM node:19.3.0-alpine as build
FROM node:19.9.0-alpine as build
# set working directory
# this is the working folder in the container
# from which the app will be running from
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile-old
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base image
FROM node:19.3.0-alpine
FROM node:19.9.0-alpine

# set working directory
WORKDIR /app
Expand Down

0 comments on commit 5838a7b

Please sign in to comment.