Skip to content

Commit 6e12351

Browse files
Bump ubi9/openjdk-17 from 1.13 to 1.14-2.1679391793 (#572)
Bumps ubi9/openjdk-17 from 1.13 to 1.14-2.1679391793. --- updated-dependencies: - dependency-name: ubi9/openjdk-17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f4da5b commit 6e12351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG IMAGE_BUILD=registry.access.redhat.com/ubi${UBI_VERSION}/openjdk-${OPENJDK_V
77
ARG IMAGE_BASE=registry.access.redhat.com/ubi${UBI_VERSION}/openjdk-${OPENJDK_VERSION}-runtime:${UBI_RUNTIME_TAG}
88

99
#DEV FROM $IMAGE_BUILD AS build
10-
FROM registry.access.redhat.com/ubi9/openjdk-17:1.13 AS build
10+
FROM registry.access.redhat.com/ubi9/openjdk-17:1.14-2.1679391793 AS build
1111

1212
USER root
1313
COPY . /app

0 commit comments

Comments
 (0)