mirror of
https://github.com/containers/podman.git
synced 2025-05-20 16:47:39 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user