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.
2 parents a8a37e7 + 6f04250 commit cf12d92Copy full SHA for cf12d92
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-2 as build
+FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11 as build
2
USER root
3
RUN dnf install -y --setopt=tsflags=nodocs git
4
COPY . /go/src/
go.mod
@@ -1,6 +1,6 @@
module github.com/quay/quay-builder
-go 1.20
+go 1.21
5
require (
6
code.cloudfoundry.org/archiver v0.0.0-20230612152321-46722cbc3f99
0 commit comments