Skip to content

Commit

Permalink
chore(deps): bump ubi8/ubi in /11/rhel/ubi8/hotspot (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent d8ca9d7 commit 1bd0980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 11/rhel/ubi8/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi:8.8-1067 as jre-build
FROM registry.access.redhat.com/ubi8/ubi:8.8-1067.1696517599 as jre-build
ARG JAVA_VERSION=11.0.20.1_1

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

FROM registry.access.redhat.com/ubi8/ubi:8.8-1067
FROM registry.access.redhat.com/ubi8/ubi:8.8-1067.1696517599

ENV LANG C.UTF-8

Expand Down

0 comments on commit 1bd0980

Please sign in to comment.