Skip to content

Commit

Permalink
chore: downgrade ubi8/go-toolset version
Browse files Browse the repository at this point in the history
Latest go-toolset 1.19.10-10.1692783630 image has a
bug causing failure to build an image

Signed-off-by: harishsurf <[email protected]>
  • Loading branch information
harishsurf authored and openshift-cherrypick-robot committed Sep 8, 2023
1 parent 523f909 commit b9c8832
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
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/go-toolset as build
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 as build
USER root
RUN dnf install -y --setopt=tsflags=nodocs git
COPY . /go/src/
Expand Down

0 comments on commit b9c8832

Please sign in to comment.