Skip to content

Commit

Permalink
Add pull repo arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Andmedoctopus committed Oct 9, 2024
1 parent 3042467 commit 20eb487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
ARG PULL_REPO=docker.io
FROM ${PULL_REPO}/python:3.11-slim

LABEL org.opencontainers.image.authors="[email protected]"

Expand Down

0 comments on commit 20eb487

Please sign in to comment.