Update NGINX image version in Dockerfile
Build Docker Image & Security / build-scan-push (push) Successful in 2m37s

This commit is contained in:
2026-09-16 10:03:22 +01:00
parent 419664736e
commit 4568620f4f
+1 -1
View File
@@ -1,4 +1,4 @@
FROM nginx:alpine FROM nginx:stable-alpine3.24
RUN rm -rf /usr/share/nginx/html/* RUN rm -rf /usr/share/nginx/html/*
COPY . /usr/share/nginx/html COPY . /usr/share/nginx/html