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 56b3317 commit cbdad4bCopy full SHA for cbdad4b
Dockerfile.activator
@@ -1,5 +1,5 @@
1
-# Build Stage: using Go 1.24.1 mage
2
-FROM quay.io/projectquay/golang:1.24.1 AS builder
+# Build Stage: using Go 1.24 image
+FROM quay.io/projectquay/golang:1.24 AS builder
3
ARG TARGETOS
4
ARG TARGETARCH
5
Dockerfile.epp
-# Build Stage: using Go 1.24.1 image
0 commit comments