Skip to content

Commit

Permalink
Merge pull request #1126 from pini-gh/pini-disambiguate-base-images-n…
Browse files Browse the repository at this point in the history
…ames

build: disambiguate base image names
  • Loading branch information
buchdag authored Jun 6, 2024
2 parents 3a497a9 + 6d605d0 commit 4ea2ccd
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.14.0 AS docker-gen
FROM docker.io/nginxproxy/docker-gen:0.14.0 AS docker-gen

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

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

0 comments on commit 4ea2ccd

Please sign in to comment.