Skip to content

Commit

Permalink
Update node Docker tag to v22.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 10, 2024
1 parent 33184e2 commit b2fbe25
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
@@ -1,5 +1,5 @@
# use node 20 alpine image as build image
FROM node:22.4.0-alpine3.19@sha256:138d0b5f22718a61ceb6a6d306050fbdb599c35f4bb472bc996e540b14cd76ed as build
FROM node:22.4.1-alpine3.19@sha256:67225d40d3fb36314e392846effda04b95c973bf52e44ea064a8e0015c83056e as build

# create work directory in app folder
WORKDIR /app
Expand All @@ -26,7 +26,7 @@ RUN chmod +x /app/postbuild.sh
RUN npm run build || npm run build

#---------------------------------------------
FROM node:22.4.0-alpine3.19@sha256:138d0b5f22718a61ceb6a6d306050fbdb599c35f4bb472bc996e540b14cd76ed as run
FROM node:22.4.1-alpine3.19@sha256:67225d40d3fb36314e392846effda04b95c973bf52e44ea064a8e0015c83056e as run

WORKDIR /app

Expand Down

0 comments on commit b2fbe25

Please sign in to comment.