chore: update itworks pipeline

This commit is contained in:
claude-bot
2026-07-04 08:34:16 +02:00
parent 61cad85c87
commit eb6f4a6741
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM nginx:1.31.2-alpine
RUN apk update && \
apk upgrade --no-cache libxml2
apk upgrade --no-cache
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80