Skip to content

Commit 0825bbd

Browse files
chore(deps): bump node from 24.5.0-bookworm to 24.6.0-bookworm
Bumps node from 24.5.0-bookworm to 24.6.0-bookworm. --- updated-dependencies: - dependency-name: node dependency-version: 24.6.0-bookworm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46f129d commit 0825bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG PYTHON_IMAGE_VERSION=3.13.7-slim-bookworm
33

44
# First things first, we build an image which is where we're going to compile
55
# our static assets with. We use this stage in development.
6-
FROM node:24.5.0-bookworm AS static-deps
6+
FROM node:24.6.0-bookworm AS static-deps
77

88
WORKDIR /opt/warehouse/src/
99

0 commit comments

Comments
 (0)