Skip to content

Commit 71bb033

Browse files
Dockerfile: bump library/node from 23.11.0-bullseye to 24.1.0-bullseye
Bumps library/node from 23.11.0-bullseye to 24.1.0-bullseye. --- updated-dependencies: - dependency-name: library/node dependency-version: 24.1.0-bullseye dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c2eb94 commit 71bb033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM registry.access.redhat.com/ubi9/ubi@sha256:304b50df1ea4db9706d8a30f4bbf26f582936ebc80c7e075c72ff2af99292a54 as ubi
22
FROM docker.io/library/golang:1.20.0-bullseye as golang_120
33
FROM docker.io/library/golang:1.21.0-bullseye as golang_121
4-
FROM docker.io/library/node:23.11.0-bullseye as node
4+
FROM docker.io/library/node:24.1.0-bullseye as node
55

66
########################
77
# PREPARE OUR BASE IMAGE

0 commit comments

Comments
 (0)