Skip to content

Commit 5e13fc6

Browse files
author
Paul K
committed
prefix image name with docker.io for podman
1 parent 388fcde commit 5e13fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.15-alpine as build
1+
FROM docker.io/golang:1.15-alpine as build
22
ENV GO111MODULE=on
33
ENV CGO_ENABLED=0
44
ENV GOOS=linux

0 commit comments

Comments
 (0)