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 May 8, 2024
1 parent bb5ebf6 commit bba47e8
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.12.1 AS docker-gen
FROM docker.io/nginxproxy/docker-gen:0.12.1 AS docker-gen

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

ARG GIT_DESCRIBE="unknown"
ARG ACMESH_VERSION=3.0.7
Expand Down

0 comments on commit bba47e8

Please sign in to comment.