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 7f0a9b1 commit 2e0eb86Copy full SHA for 2e0eb86
Dockerfile.epp
@@ -1,5 +1,5 @@
1
-# Build Stage: using Go 1.24.1 image
2
-FROM quay.io/projectquay/golang:1.25 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.sidecar
-# Build Stage: using Go 1.25 image
ARG COMMIT_SHA=unknown
0 commit comments