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

build(deps): bump ubi8/openjdk-17 from 1.13 to 1.14-10.1675788279 #197

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/openjdk-17:1.13 AS builder
FROM registry.access.redhat.com/ubi8/openjdk-17:1.14-10.1675788279 AS builder
LABEL maintainer="IBM Java Engineering at IBM Cloud"

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

FROM registry.access.redhat.com/ubi8/openjdk-17:1.13
FROM registry.access.redhat.com/ubi8/openjdk-17:1.14-10.1675788279

# disable vulnerable TLS algorithms
USER root
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-tools
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# In the short term, we are using the OpenJDK for UBI. Long term, we will use
# the IBM Java Small Footprint JVM (SFJ) for UBI, but that is not in public
# Docker at the moment.
FROM registry.access.redhat.com/ubi8/openjdk-17:1.13
FROM registry.access.redhat.com/ubi8/openjdk-17:1.14-10.1675788279

LABEL maintainer="IBM Java Engineering at IBM Cloud"

Expand Down