Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Bump ubi9/ubi-minimal from 9.2-750 to 9.2-750.1696515534
Browse files Browse the repository at this point in the history
Bumps ubi9/ubi-minimal from 9.2-750 to 9.2-750.1696515534.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent a6301b2 commit 7fbf6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY pkg/ pkg/
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager main.go

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2-750 as remote-secret-operator
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2-750.1696515534 as remote-secret-operator
# Install the 'shadow-utils' which contains `adduser` and `groupadd` binaries
RUN microdnf -y install shadow-utils \
&& groupadd --gid 65532 nonroot \
Expand Down

0 comments on commit 7fbf6e6

Please sign in to comment.