Skip to content

Commit 57ca343

Browse files
committed
Manually update to node:22.11.0-bookworm-slim
See dependabot/dependabot-core#2247 for why this is necessary.
1 parent 73c8f07 commit 57ca343

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Verify Deploy
3131
if: ${{ (github.event_name == 'push' || github.event_name == 'repository_dispatch') && github.ref == 'refs/heads/main' }}
3232
needs: test
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-latest
3434
steps:
3535
- run: |
3636
for i in {1..10}; do

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.17.0-bookworm-slim
1+
FROM node:22.11.0-bookworm-slim
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)