Loading Dockerfile.linux.amd64 +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ COPY . /src RUN hugo --source=/src/ # production stage FROM docker.io/joseluisq/static-web-server:2.39.0 FROM docker.io/joseluisq/static-web-server:2.40.0 # copy built site from builder stage COPY --from=hugo /src/public /site/ Loading Loading
Dockerfile.linux.amd64 +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ COPY . /src RUN hugo --source=/src/ # production stage FROM docker.io/joseluisq/static-web-server:2.39.0 FROM docker.io/joseluisq/static-web-server:2.40.0 # copy built site from builder stage COPY --from=hugo /src/public /site/ Loading