Skip to content

Commit

Permalink
Update to ubi-minimal or go-toolset image
Browse files Browse the repository at this point in the history
  • Loading branch information
DevProdBot committed Mar 15, 2024
1 parent 76b421b commit cf4f881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.13-2.1698062273 as base
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-2 as base

WORKDIR /workspace

Expand Down 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:8.9-1137
WORKDIR /
COPY --from=builder /workspace/manager .
USER 65534:65534
Expand Down

0 comments on commit cf4f881

Please sign in to comment.