Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ubi8/ubi-minimal from 8.10-1154 to 8.10-1179 #353

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump ubi8/ubi-minimal from 8.10-1154 to 8.10-1179
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
commit 895380f87aa218ae949013353166d7ed9a33afeb
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