Skip to content

Commit

Permalink
Merge pull request #1377 from bunkerity/dependabot/docker/src/linux/d…
Browse files Browse the repository at this point in the history
…ev/redhat/ubi9-1ee4d8c

deps/linux: Bump redhat/ubi9 from `081c96d` to `1ee4d8c` in /src/linux
  • Loading branch information
TheophileDiot authored Jul 24, 2024
2 parents ae0bf46 + 2ae995d commit 86cfd7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/linux/Dockerfile-rhel9
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM redhat/ubi9:9.4@sha256:081c96d1b1c7cd1855722d01f1ca53360510443737b1eb33284c6c4c330e537c AS builder
FROM redhat/ubi9:9.4@sha256:1ee4d8c50d14d9c9e9229d9a039d793fcbc9aa803806d194c957a397cf1d2b17 AS builder

ENV OS=rhel
ENV NGINX_VERSION=1.26.1
Expand Down Expand Up @@ -68,7 +68,7 @@ COPY src/scheduler scheduler
COPY src/ui ui
COPY src/VERSION VERSION

FROM redhat/ubi9:9.4@sha256:081c96d1b1c7cd1855722d01f1ca53360510443737b1eb33284c6c4c330e537c
FROM redhat/ubi9:9.4@sha256:1ee4d8c50d14d9c9e9229d9a039d793fcbc9aa803806d194c957a397cf1d2b17

# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027
Expand Down

0 comments on commit 86cfd7d

Please sign in to comment.