Skip to content

Commit 47bbf69

Browse files
committed
use golang 1.24 as 1.24.1 does not exists
Signed-off-by: Lionel Villard <villard@us.ibm.com>
1 parent 54143fd commit 47bbf69

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,6 +1,6 @@
11
## Minimal runtime Dockerfile (microdnf-only, no torch, wrapper in site-packages)
2-
# Build Stage: using Go 1.24.1 image
3-
FROM quay.io/projectquay/golang:1.24.1 AS builder
2+
# Build Stage: using Go 1.24 image
3+
FROM quay.io/projectquay/golang:1.24 AS builder
44
ARG TARGETOS
55
ARG TARGETARCH
66
ARG KVCACHE_MANAGER_VERSION=v0.3.2

0 commit comments

Comments
 (0)