Skip to content

Commit b76a570

Browse files
🌱 Bump ubi9/nodejs-18-minimal from 1-93 to 1-113
Bumps ubi9/nodejs-18-minimal from 1-93 to 1-113. --- updated-dependencies: - dependency-name: ubi9/nodejs-18-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f501fb8 commit b76a570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY --chown=1001 . .
1515
RUN npm clean-install --ignore-scripts && npm run build && npm run dist
1616

1717
# Runner image
18-
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-93
18+
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-113
1919

2020
# Add ps package to allow liveness probe for k8s cluster
2121
# Add tar package to allow copying files with kubectl scp

0 commit comments

Comments
 (0)