Skip to content

Commit

Permalink
prefix image name with docker.io for podman
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul K committed Jan 9, 2023
1 parent 388fcde commit 5e13fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.15-alpine as build
FROM docker.io/golang:1.15-alpine as build
ENV GO111MODULE=on
ENV CGO_ENABLED=0
ENV GOOS=linux
Expand Down

0 comments on commit 5e13fc6

Please sign in to comment.