Skip to content

Commit

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

deps/linux: Bump redhat/ubi8 from `fbfce63` to `a965f33` in /src/linux
  • Loading branch information
TheophileDiot authored Oct 1, 2024
2 parents 10cb4c1 + ce219c0 commit c0f3c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/linux/Dockerfile-rhel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM redhat/ubi8:8.10@sha256:fbfce63673a271ecb857faac4412442fe7aeb3a84f564d16a790ca7b5c8b7105 AS builder
FROM redhat/ubi8:8.10@sha256:a965f33ee4ee57dc8e40a1f9350ddf28ed0727b6cf80db46cdad0486a7580f9d AS builder

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

FROM redhat/ubi8:8.10@sha256:fbfce63673a271ecb857faac4412442fe7aeb3a84f564d16a790ca7b5c8b7105
FROM redhat/ubi8:8.10@sha256:a965f33ee4ee57dc8e40a1f9350ddf28ed0727b6cf80db46cdad0486a7580f9d

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

0 comments on commit c0f3c52

Please sign in to comment.