We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40eaf6e commit f519829Copy full SHA for f519829
Dockerfile
@@ -7,7 +7,7 @@ ARG IMAGE_BUILD=registry.access.redhat.com/ubi${UBI_VERSION}/openjdk-${OPENJDK_V
7
ARG IMAGE_BASE=registry.access.redhat.com/ubi${UBI_VERSION}/openjdk-${OPENJDK_VERSION}-runtime:${UBI_RUNTIME_TAG}
8
9
#DEV FROM $IMAGE_BUILD AS build
10
-FROM registry.access.redhat.com/ubi9/openjdk-17:1.14-2.1681917140 AS build
+FROM registry.access.redhat.com/ubi9/openjdk-17:1.15-1 AS build
11
12
USER root
13
COPY . /app
0 commit comments