Skip to content

Commit

Permalink
chore(deps): update node.js to 588fc77
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 9d1658a commit b3837b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/frontend/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.12.0-alpine3.20@sha256:60ed91cb8b3d78a7832700f89162667f65bd8ad715b446bd6b243f3397bc8292 AS build
FROM node:22.12.0-alpine3.20@sha256:588fc77382a798187b31681b3915e5dfe0e9604431fa7993c9b0818e91734233 AS build

WORKDIR /app
COPY ./frontend/package*.json /app/.
Expand Down
2 changes: 1 addition & 1 deletion docker/frontend/prod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build environment
FROM node:22.12.0-alpine3.20@sha256:60ed91cb8b3d78a7832700f89162667f65bd8ad715b446bd6b243f3397bc8292 AS build
FROM node:22.12.0-alpine3.20@sha256:588fc77382a798187b31681b3915e5dfe0e9604431fa7993c9b0818e91734233 AS build

ARG VERSION=unknown

Expand Down

0 comments on commit b3837b5

Please sign in to comment.