Skip to content

Commit

Permalink
Merge pull request #266 from lauraseidler/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update Node.js to v20.12.1
  • Loading branch information
renovate[bot] authored Apr 4, 2024
2 parents 76e919a + c3bcc5f commit 814b6be
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.12.0-bookworm-slim AS base
FROM node:20.12.1-bookworm-slim AS base

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

0 comments on commit 814b6be

Please sign in to comment.