Skip to content

Commit 2e0eb86

Browse files
authored
Roll back automatic update (#447)
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent 7f0a9b1 commit 2e0eb86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.epp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Build Stage: using Go 1.24.1 image
2-
FROM quay.io/projectquay/golang:1.25 AS builder
1+
# Build Stage: using Go 1.24 image
2+
FROM quay.io/projectquay/golang:1.24 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

Dockerfile.sidecar

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Build Stage: using Go 1.25 image
2-
FROM quay.io/projectquay/golang:1.25 AS builder
1+
# Build Stage: using Go 1.24 image
2+
FROM quay.io/projectquay/golang:1.24 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55
ARG COMMIT_SHA=unknown

0 commit comments

Comments
 (0)