Skip to content

Commit

Permalink
Merge pull request #1791 from jenkinsci/dependabot/docker/11/almalinu…
Browse files Browse the repository at this point in the history
…x/almalinux8/hotspot/master/almalinux-8.9

chore(deps): bump almalinux from 8.8 to 8.9 in /11/almalinux/almalinux8/hotspot
  • Loading branch information
saper committed Nov 27, 2023
2 parents 4be19ba + c3f85c9 commit 406d152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 11/almalinux/almalinux8/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM almalinux:8.8 as jre-build
FROM almalinux:8.9 as jre-build
ARG JAVA_VERSION=11.0.21_9

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 almalinux:8.8
FROM almalinux:8.9

ENV LANG C.UTF-8

Expand Down

0 comments on commit 406d152

Please sign in to comment.