Skip to content

Commit

Permalink
Merge pull request #62 from harishsurf/downgrade-go-toolset
Browse files Browse the repository at this point in the history
chore: downgrade ubi8/go-toolset version
  • Loading branch information
harishsurf authored Sep 8, 2023
2 parents 9ea23d3 + cef88c6 commit 06bf933
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 06bf933

Please sign in to comment.