[Dockerfile] Specified docker registry
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2023-05-24 12:49:26 +02:00
parent 312bb5433b
commit 44f863db31

View File

@ -1,4 +1,4 @@
FROM rakepanorama/hugo-sws:latest
FROM docker.io/rakepanorama/hugo-sws:latest
# clone site and template
RUN set -e \