Skip to content

Commit

Permalink
Dockerfile: Update ubi8 base to latest
Browse files Browse the repository at this point in the history
Keep this up to date in the security compliance branch

Signed-off-by: Stephen Adams <[email protected]>
  • Loading branch information
SteveHNH committed Sep 12, 2024
1 parent 76b421b commit df6770a
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 @@ -41,7 +41,7 @@ COPY controllers/ controllers/
# Build
RUN CGO_ENABLED=0 GOOS=linux go build -o manager main.go

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
WORKDIR /
COPY --from=builder /workspace/manager .
USER 65534:65534
Expand Down

0 comments on commit df6770a

Please sign in to comment.