Skip to content

Commit 8e9d777

Browse files
chore(deps): bump node from 24.7.0-bookworm to 24.8.0-bookworm (#18674)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Fiedler <miketheman@gmail.com>
1 parent bbd23e1 commit 8e9d777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3434
with:
35-
node-version: 24.5.0
35+
node-version: 24.8.0
3636
cache: 'npm'
3737
- name: Install Node dependencies
3838
run: npm ci

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.7.0-bookworm AS static-deps
6+
FROM node:24.8.0-bookworm AS static-deps
77

88
WORKDIR /opt/warehouse/src/
99

0 commit comments

Comments
 (0)