Skip to content

Commit fbba403

Browse files
authored
Merge pull request #533 from enterprise-contract/renovate/docker-updates
Update registry.access.redhat.com/ubi8/ubi-micro:latest Docker digest to 0fe81f6
2 parents 5330d01 + 324c2b0 commit fbba403

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
@@ -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:084c06bf84ceb8ed8f868bd27e7fc6b2c83ae4e16f8e1f979dd7317961c7dd8a
22+
FROM registry.access.redhat.com/ubi8/ubi-micro:latest@sha256:0fe81f64dab0570da191fbc74004fff651027640496fb220661da4e9d83860f7
2323
WORKDIR /
2424
COPY --from=builder /workspace/manager .
2525

0 commit comments

Comments
 (0)