Skip to content

Commit

Permalink
build: disambiguate base image names
Browse files Browse the repository at this point in the history
to build with podman / buildah.
  • Loading branch information
pini-gh committed Apr 29, 2023
1 parent cc46fcf commit 9cb1946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginxproxy/docker-gen:0.10.4 AS docker-gen
FROM docker.io/nginxproxy/docker-gen:0.10.4 AS docker-gen

FROM alpine:3.17.3
FROM docker.io/library/alpine:3.17.3

ARG GIT_DESCRIBE
ARG ACMESH_VERSION=2.9.0
Expand Down

0 comments on commit 9cb1946

Please sign in to comment.