Skip to content

Commit

Permalink
Merge pull request #1634 from bunkerity/dependabot/docker/src/linux/1…
Browse files Browse the repository at this point in the history
….5/redhat/ubi9-ee0b908

deps/linux: Bump redhat/ubi9 from `b00d599` to `ee0b908` in /src/linux
  • Loading branch information
TheophileDiot authored Oct 30, 2024
2 parents 6e4d23c + b061eb7 commit e6aeef1
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:b00d5990a00937bd1ef7f44547af6c7fd36e3fd410e2c89b5d2dfc1aff69fe99 AS builder
FROM redhat/ubi9:9.4@sha256:ee0b908e958a1822afc57e5d386d1ea128eebe492cb2e01b6903ee19c133ea75 AS builder

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

FROM redhat/ubi9:9.4@sha256:b00d5990a00937bd1ef7f44547af6c7fd36e3fd410e2c89b5d2dfc1aff69fe99
FROM redhat/ubi9:9.4@sha256:ee0b908e958a1822afc57e5d386d1ea128eebe492cb2e01b6903ee19c133ea75

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

0 comments on commit e6aeef1

Please sign in to comment.