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 Dec 4, 2024
1 parent ee2dba0 commit 7a811fa
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.12.0-bookworm-slim AS base

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

0 comments on commit 7a811fa

Please sign in to comment.