Skip to content

Commit 7dfdfcf

Browse files
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker digest to 83006d5
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent a190271 commit 7dfdfcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY pkg/ pkg/
2222
RUN go mod download && \
2323
CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ${APP_ROOT}/manager cmd/main.go
2424

25-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:759f5f42d9d6ce2a705e290b7fc549e2d2cd39312c4fa345f93c02e4abb8da95 AS deploy
25+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183 AS deploy
2626

2727
ARG VERSION
2828
ARG APP_BUILD_ROOT

0 commit comments

Comments
 (0)