Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 165fad0 commit bbd25b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BASE
# Do not use an alpine image (https://martinheinz.dev/blog/92)
FROM node:20.18.1-bookworm-slim AS base
FROM node:22.11.0-bookworm-slim AS base

RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
Expand Down

0 comments on commit bbd25b2

Please sign in to comment.