Skip to content

Commit

Permalink
chore: downgrade ubi8/go-toolset version (#63)
Browse files Browse the repository at this point in the history
chore: downgrade ubi8/go-toolset version
  • Loading branch information
openshift-cherrypick-robot authored Sep 10, 2023
1 parent 523f909 commit 49dae59
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 49dae59

Please sign in to comment.