[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:16 +02:00
parent c2b4279248
commit 0b8073d272

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 \