Skip to content

Commit

Permalink
chore(deps): update node.js to bbe9b97
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and StefanFl committed Jan 9, 2025
1 parent 1d67ad0 commit 115f9bc
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.13.0-alpine@sha256:fce322c9655fe5dc0aac3215bddf35d9907f1a6f59f990c1acace34a669eb86d AS build
FROM node:22.13.0-alpine@sha256:bbe9b971cb51593d8a4b8aa81ab031f2b3f3a6344d4fb297335a5fb058ad8c46 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.13.0-alpine@sha256:fce322c9655fe5dc0aac3215bddf35d9907f1a6f59f990c1acace34a669eb86d AS build
FROM node:22.13.0-alpine@sha256:bbe9b971cb51593d8a4b8aa81ab031f2b3f3a6344d4fb297335a5fb058ad8c46 AS build

ARG VERSION=unknown

Expand Down

0 comments on commit 115f9bc

Please sign in to comment.