Skip to content

Commit 6125b5e

Browse files
Bump node from 20-bullseye-slim to 21-bullseye-slim (#40)
Bumps node from 20-bullseye-slim to 21-bullseye-slim. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Pfeil <matthias.pfeil@wwu.de>
1 parent 586cf3d commit 6125b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://snyk.io/blog/10-best-practices-to-containerize-nodejs-web-applications-with-docker/
33

44
# base node image
5-
FROM node:20-bullseye-slim as base
5+
FROM node:21-bullseye-slim as base
66

77
# set for base and all layer that inherit from it
88
# ENV NODE_ENV production

0 commit comments

Comments
 (0)