Skip to content

Commit

Permalink
Bump ubi8/ubi-minimal from 8.10-1154 to 8.10-1179
Browse files Browse the repository at this point in the history
Bumps ubi8/ubi-minimal from 8.10-1154 to 8.10-1179.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 2f86b70 commit 895380f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154 AS builder
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1179 AS builder

ARG TARGETARCH
USER root
Expand All @@ -15,7 +15,7 @@ RUN make build
# adds fips-detect tool for FIPS validation -- likely not needed long term
RUN mkdir /tmp/go && GOPATH=/tmp/go GOCACHE=/tmp/go go install github.com/acardace/fips-detect@latest

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1179

# installs RHEL fork of go to be able to validate with go tools for FIPS -- likely not needed long term
RUN microdnf install -y go-toolset
Expand Down

0 comments on commit 895380f

Please sign in to comment.