Loading Dockerfile.linux.amd64 +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ RUN git clone https://github.com/gesquive/slate /src/themes/slate RUN hugo --source=/src/ # production stage FROM docker.io/joseluisq/static-web-server:2.40.1 FROM docker.io/joseluisq/static-web-server:2.41.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 @@ -11,7 +11,7 @@ RUN git clone https://github.com/gesquive/slate /src/themes/slate RUN hugo --source=/src/ # production stage FROM docker.io/joseluisq/static-web-server:2.40.1 FROM docker.io/joseluisq/static-web-server:2.41.0 # copy built site from builder stage COPY --from=hugo /src/public /site/ Loading