Commit a41fe6fb authored by Renovate Bot's avatar Renovate Bot
Browse files

chore(package): update docker.io/joseluisq/static-web-server docker tag to v2.40.0

parent 26ff684e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.39.0
FROM docker.io/joseluisq/static-web-server:2.40.0

# copy built site from builder stage
COPY --from=hugo /src/public /site/