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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-12 19:40:24 +00:00
committed by GitHub
parent 6521a3244a
commit 5c17f7a650

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.23-alpine AS build-img
FROM docker.io/library/golang:1.24-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