Skip to content

Commit e15d2f2

Browse files
chore(deps): bump node from 24.4.1-bookworm to 24.5.0-bookworm (#18476)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Fiedler <[email protected]>
1 parent b71031f commit e15d2f2

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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3434
with:
35-
node-version: 24.4.0
35+
node-version: 24.5.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.5-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.4.1-bookworm AS static-deps
6+
FROM node:24.5.0-bookworm AS static-deps
77

88
WORKDIR /opt/warehouse/src/
99

0 commit comments

Comments
 (0)