Skip to content

Commit fc5ef93

Browse files
chore(deps): bump node from 23.8.0-bookworm to 23.9.0-bookworm (#17663)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Fiedler <[email protected]>
1 parent 6cb3d99 commit fc5ef93

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@v4
3434
with:
35-
node-version: 23.8.0
35+
node-version: 23.9.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
@@ -1,6 +1,6 @@
11
# First things first, we build an image which is where we're going to compile
22
# our static assets with. We use this stage in development.
3-
FROM node:23.8.0-bookworm AS static-deps
3+
FROM node:23.9.0-bookworm AS static-deps
44

55
WORKDIR /opt/warehouse/src/
66

0 commit comments

Comments
 (0)