Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 289b5f1

Browse files
build(deps): bump ubi8/openjdk-17 from 1.13 to 1.14
Bumps ubi8/openjdk-17 from 1.13 to 1.14. --- updated-dependencies: - dependency-name: ubi8/openjdk-17 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3acd668 commit 289b5f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/openjdk-17:1.13 AS builder
1+
FROM registry.access.redhat.com/ubi8/openjdk-17:1.14 AS builder
22
LABEL maintainer="IBM Java Engineering at IBM Cloud"
33

44
USER root
@@ -23,7 +23,7 @@ USER 1001
2323
# Docker at the moment.
2424
# (https://github.com/ibmruntimes/ci.docker/tree/master/ibmjava/8/sfj/ubi-min)
2525

26-
FROM registry.access.redhat.com/ubi8/openjdk-17:1.13
26+
FROM registry.access.redhat.com/ubi8/openjdk-17:1.14
2727

2828
# disable vulnerable TLS algorithms
2929
USER root

Dockerfile-tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# In the short term, we are using the OpenJDK for UBI. Long term, we will use
22
# the IBM Java Small Footprint JVM (SFJ) for UBI, but that is not in public
33
# Docker at the moment.
4-
FROM registry.access.redhat.com/ubi8/openjdk-17:1.13
4+
FROM registry.access.redhat.com/ubi8/openjdk-17:1.14
55

66
LABEL maintainer="IBM Java Engineering at IBM Cloud"
77

0 commit comments

Comments
 (0)