We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147e06c commit 7d7279bCopy full SHA for 7d7279b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.access.redhat.com/ubi8/go-toolset:1.23.7 as build
+FROM registry.access.redhat.com/ubi8/go-toolset:1.23.6-2 as build
2
USER root
3
RUN dnf install -y --setopt=tsflags=nodocs git
4
COPY . /go/src/
go.mod
@@ -2,7 +2,7 @@ module github.com/quay/quay-builder
go 1.23.0
5
-toolchain go1.23.7
+toolchain go1.23.6
6
7
require (
8
code.cloudfoundry.org/archiver v0.0.0-20230612152321-46722cbc3f99
0 commit comments