Skip to content

Commit a41dc40

Browse files
chore(deps): bump ubi8/ubi in /11/rhel/ubi8/hotspot (#1751)
1 parent 8d4864a commit a41dc40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

11/rhel/ubi8/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi:8.8-1067.1696517599 as jre-build
1+
FROM registry.access.redhat.com/ubi8/ubi:8.8-1067.1697633337 as jre-build
22
ARG JAVA_VERSION=11.0.20.1_1
33

44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
@@ -18,7 +18,7 @@ RUN set -x \
1818
&& jlink --add-modules ALL-MODULE-PATH --no-man-pages --compress=2 --output /javaruntime \
1919
&& dnf clean all
2020

21-
FROM registry.access.redhat.com/ubi8/ubi:8.8-1067.1696517599
21+
FROM registry.access.redhat.com/ubi8/ubi:8.8-1067.1697633337
2222

2323
ENV LANG C.UTF-8
2424

0 commit comments

Comments
 (0)