Skip to content

Commit

Permalink
chore(deps): bump node from 23.8.0-bookworm to 23.9.0-bookworm (#17663)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Fiedler <[email protected]>
  • Loading branch information
dependabot[bot] and miketheman authored Feb 27, 2025
1 parent 6cb3d99 commit fc5ef93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 23.8.0
node-version: 23.9.0
cache: 'npm'
- name: Install Node dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# First things first, we build an image which is where we're going to compile
# our static assets with. We use this stage in development.
FROM node:23.8.0-bookworm AS static-deps
FROM node:23.9.0-bookworm AS static-deps

WORKDIR /opt/warehouse/src/

Expand Down

0 comments on commit fc5ef93

Please sign in to comment.