Skip to content

Commit 2a0cc53

Browse files
committed
Manually update to node:22.11.0-bookworm-slim
See dependabot/dependabot-core#2247 for why this is necessary.
1 parent 9106bad commit 2a0cc53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Verify Deploy
2424
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2525
needs: test
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-latest
2727
steps:
2828
- run: |
2929
for i in {1..10}; do

Dockerfile

Lines changed: 1 addition & 1 deletion
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
RUN apt-get update && \
33
apt-get install --yes --no-install-recommends \
44
ca-certificates curl p7zip-full python3 python3-pip pipx && \

0 commit comments

Comments
 (0)