diff --git a/Dockerfile b/Dockerfile index 3449840..cc3eff1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,7 @@ FROM nginx:1.31.1-alpine + +RUN apk update && \ + apk upgrade --no-cache libxml2 + COPY index.html /usr/share/nginx/html/index.html EXPOSE 80 diff --git a/index.html b/index.html index 67c51bf..1df67f8 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@

It works!

Pipeline git → build → push Harbor → sign cosign → deploy Portainer OK

-
2026-06-06 12:15:45 UTC
+
2026-06-06 12:19:16 UTC