Commit 9059a51d authored by Renovate Bot's avatar Renovate Bot
Browse files

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

parent 0eaf4790
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ COPY . /src
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/