Skip to content

Commit

Permalink
Merge pull request #152 from lauraseidler/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update Node.js to v20.8.0
  • Loading branch information
renovate[bot] authored Oct 1, 2023
2 parents 48c5281 + d6c4ead commit 4515cd8
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.6.1-bookworm-slim AS base
FROM node:20.8.0-bookworm-slim AS base

RUN apt-get update && apt-get install -y \
curl \
Expand Down

0 comments on commit 4515cd8

Please sign in to comment.