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

Commit 0cf1799

Browse files
build(deps): bump ubi8/openjdk-17 from 1.11 to 1.13
Bumps ubi8/openjdk-17 from 1.11 to 1.13. --- updated-dependencies: - dependency-name: ubi8/openjdk-17 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69914f1 commit 0cf1799

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

100755100644
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/openjdk-17:1.11 AS builder
1+
FROM registry.access.redhat.com/ubi8/openjdk-17:1.13 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.11
26+
FROM registry.access.redhat.com/ubi8/openjdk-17:1.13
2727

2828
# Copy over app from builder image into the runtime image.
2929
RUN mkdir /opt/app

Dockerfile-tools

100755100644
+1-1
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.11
4+
FROM registry.access.redhat.com/ubi8/openjdk-17:1.13
55

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

0 commit comments

Comments
 (0)