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

Update docker.io/library/golang Docker tag to v1.20
This commit is contained in:
OpenShift Merge Robot 2023-04-12 08:08:17 -04:00 committed by GitHub
commit 9ba6da2292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/ 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