Skip to content

Commit

Permalink
acme: corrected acme-tiny download path
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Jun 24, 2024
1 parent bf13af9 commit 6fc86dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Dockerfiles/acme/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk upgrade --no-cache \
tini \
tzdata \
python3 \
acme-tiny --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
acme-tiny --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/

COPY acme.sh /srv/acme.sh
COPY functions.sh /srv/functions.sh
Expand Down

0 comments on commit 6fc86dd

Please sign in to comment.