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 9106bad commit 2a0cc53
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 @@ -23,7 +23,7 @@ jobs:
name: Verify Deploy
if: ${{ github.event_name == 'push' && 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
RUN apt-get update && \
apt-get install --yes --no-install-recommends \
ca-certificates curl p7zip-full python3 python3-pip pipx && \
Expand Down

0 comments on commit 2a0cc53

Please sign in to comment.