1
0
mirror of https://github.com/containers/podman.git synced 2026-02-05 15:45:08 +01:00

chore(deps): update docker.io/library/golang docker tag to v1.25

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-13 22:10:26 +00:00
committed by GitHub
parent 6e9ae9fa5a
commit 6d54a298c9

View File

@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.24-alpine AS build-img
FROM docker.io/library/golang:1.25-alpine AS build-img
COPY ./ /go/src/github.com/containers/podman/
WORKDIR /go/src/github.com/containers/podman
RUN GO111MODULE=off go build -o /testvol ./test/testvol