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 Jan 14, 2024
1 parent 9935207 commit 174438a
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.11.1 AS docker-gen
FROM docker.io/nginxproxy/docker-gen:0.11.1 AS docker-gen

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

ARG GIT_DESCRIBE
ARG ACMESH_VERSION=3.0.7
Expand Down

0 comments on commit 174438a

Please sign in to comment.