mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
chore(deps): update docker.io/library/golang docker tag to v1.22
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3b52172edf
commit
41c3f9d4b1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/library/golang:1.21-alpine AS build-img
|
||||
FROM docker.io/library/golang:1.22-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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue