Skip to content

Commit

Permalink
chore: Update from ubi8/go-toolset:1.19.10-10 to ubi8/go-toolset:1.19…
Browse files Browse the repository at this point in the history
….10-16 (#111)

* chore: Update from ubi8/go-toolset:1.19.10-10 to ubi8/go-toolset:1.19.10-16

Signed-off-by: Nick Boldt <[email protected]>

* chore: Update from ubi8-minimal:8.8-1037 to ubi8-minimal:8.8-1072

Signed-off-by: Nick Boldt <[email protected]>

---------

Signed-off-by: Nick Boldt <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>
  • Loading branch information
che-incubator-bot and nickboldt authored Sep 25, 2023
1 parent 06e054e commit 1964fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Build the manager binary
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/go-toolset
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-16 as builder
ENV GOPATH=/go/
USER root

Expand All @@ -37,7 +37,7 @@ RUN make test
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager main.go

# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.8-1037
FROM registry.access.redhat.com/ubi8-minimal:8.8-1072

ENV OPERATOR=/manager \
USER_UID=1001 \
Expand Down

0 comments on commit 1964fd1

Please sign in to comment.