Skip to content

Commit

Permalink
Update UBI8-Minimal Base-Image (#806) (#809)
Browse files Browse the repository at this point in the history
* Updating UBI8-Minimal Base-Image

Co-authored-by: casey-williams-rh <[email protected]>
  • Loading branch information
psav and casey-williams-rh authored Apr 24, 2023
1 parent 77045f5 commit 48e6ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -o manager mai

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1085
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107
WORKDIR /
COPY --from=builder /workspace/manager .
COPY --from=builder /workspace/manifest.yaml .
Expand Down

0 comments on commit 48e6ec1

Please sign in to comment.