mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Update docker.io/library/golang Docker tag to v1.20
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/golang:1.18-alpine AS build-img
|
||||
FROM docker.io/library/golang:1.20-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