Skip to content

Commit

Permalink
Manually update to node:22.11.0-bookworm-slim
Browse files Browse the repository at this point in the history
See dependabot/dependabot-core#2247 for why this is necessary.
  • Loading branch information
domenic committed Nov 14, 2024
1 parent 73c8f07 commit 57ca343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Verify Deploy
if: ${{ (github.event_name == 'push' || github.event_name == 'repository_dispatch') && github.ref == 'refs/heads/main' }}
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- run: |
for i in {1..10}; do
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.17.0-bookworm-slim
FROM node:22.11.0-bookworm-slim

WORKDIR /app

Expand Down

0 comments on commit 57ca343

Please sign in to comment.