diff --git a/Dockerfile b/Dockerfile index bac1ecd..51f9079 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/index.html b/index.html index 9b0df87..4311f34 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@

It works!

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

-
2026-07-04 06:32:53 UTC
+
2026-07-04 06:34:16 UTC