Skip to content

Commit e512ca1

Browse files
chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.7-1763362218
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 9292044 commit e512ca1

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
@@ -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.7-1762956380@sha256:53ea1f6d835898acda5becdb3f8b1292038a480384bbcf994fc0bcf1f7e8eaf7
6+
FROM registry.access.redhat.com/ubi9-minimal:9.7-1763362218@sha256:61d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483
77
COPY --from=builder /opt/app-root/src/out/s3-reload /s3-reload
88
ENTRYPOINT ["/s3-reload"]

0 commit comments

Comments
 (0)