Skip to content

Commit b0b7214

Browse files
chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.6-1755695350 (#44)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3d563b7 commit b0b7214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ COPY . .
33
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o out/s3-reload s3-reload.go
44
LABEL konflux.additional-tags="1.0.0"
55

6-
FROM registry.access.redhat.com/ubi9-minimal:9.6-1754584681@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7
6+
FROM registry.access.redhat.com/ubi9-minimal:9.6-1755695350@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8
77
COPY --from=builder /opt/app-root/src/out/s3-reload /s3-reload
88
ENTRYPOINT ["/s3-reload"]

0 commit comments

Comments
 (0)