Merge pull request #21651 from containers/renovate/docker.io-library-golang-1.x

chore(deps): update docker.io/library/golang docker tag to v1.22
This commit is contained in:
openshift-merge-bot[bot] 2024-02-16 13:55:17 +00:00 committed by GitHub
commit 9bc94dd99c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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/ COPY ./ /go/src/github.com/containers/podman/
WORKDIR /go/src/github.com/containers/podman WORKDIR /go/src/github.com/containers/podman
RUN GO111MODULE=off go build -o /testvol ./test/testvol RUN GO111MODULE=off go build -o /testvol ./test/testvol