Skip to content

Commit 170f3f0

Browse files
deps(docker): bump projectquay/golang from 1.24 to 1.25
Bumps projectquay/golang from 1.24 to 1.25. --- updated-dependencies: - dependency-name: projectquay/golang dependency-version: '1.25' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 853c684 commit 170f3f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Minimal runtime Dockerfile (microdnf-only, no torch, wrapper in site-packages)
22
# Build Stage: using Go 1.24 image
3-
FROM quay.io/projectquay/golang:1.24 AS builder
3+
FROM quay.io/projectquay/golang:1.25 AS builder
44

55
ARG TARGETOS
66
ARG TARGETARCH

Dockerfile.sidecar

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

0 commit comments

Comments
 (0)