Skip to content

Commit 45e50ef

Browse files
authored
Merge pull request #514 from enterprise-contract/renovate/docker-updates
Update registry.access.redhat.com/ubi8/ubi-micro:latest Docker digest to 084c06b
2 parents 03666ce + 8b295a3 commit 45e50ef

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
@@ -19,7 +19,7 @@ COPY controllers/ controllers/
1919
# Build
2020
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
2121

22-
FROM registry.access.redhat.com/ubi8/ubi-micro:latest@sha256:443db9a646aaf9374f95d266ba0c8656a52d70d0ffcc386a782cea28fa32e55d
22+
FROM registry.access.redhat.com/ubi8/ubi-micro:latest@sha256:084c06bf84ceb8ed8f868bd27e7fc6b2c83ae4e16f8e1f979dd7317961c7dd8a
2323
WORKDIR /
2424
COPY --from=builder /workspace/manager .
2525

0 commit comments

Comments
 (0)