Skip to content

Commit

Permalink
Update Node.js to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2023
1 parent b8b61b9 commit 94cbf49
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.10.0-bookworm-slim AS base
FROM node:21.2.0-bookworm-slim AS base

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

0 comments on commit 94cbf49

Please sign in to comment.