Skip to content

Commit cbdad4b

Browse files
committed
use golang 1.24 as 1.24.1 does not exists
Signed-off-by: Lionel Villard <[email protected]>
1 parent 56b3317 commit cbdad4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.activator

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 mage
2-
FROM quay.io/projectquay/golang:1.24.1 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.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.24.1 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

0 commit comments

Comments
 (0)