Skip to content

Commit 454bbc2

Browse files
authored
Merge pull request #7 from app-sre/konflux/mintmaker/master/registry.access.redhat.com-ubi9-minimal-9.x
Update registry.access.redhat.com/ubi9-minimal Docker tag to v9.5-1745855087
2 parents 75cfade + ec96d81 commit 454bbc2

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.5
6+
FROM registry.access.redhat.com/ubi9-minimal:9.5-1745855087
77
COPY --from=builder /opt/app-root/src/out/s3-reload /s3-reload
88
ENTRYPOINT ["/s3-reload"]

0 commit comments

Comments
 (0)