Compare commits

..

2 commits

Author SHA1 Message Date
f2600d4c84 Update actions/checkout action to v5
Some checks failed
Build and publish Docker image / build (push) Failing after 33s
Build and publish Docker image / build (pull_request) Failing after 7s
2025-08-14 20:24:22 +00:00
e14440af94 Update nginx Docker tag to v1.29.1
All checks were successful
Build and publish Docker image / build (pull_request) Successful in 26s
Build and publish Docker image / build (push) Successful in 47s
2025-08-13 21:24:23 +00:00

View file

@ -1,4 +1,4 @@
FROM nginx:1.29.0-alpine
FROM nginx:1.29.1-alpine
COPY . /usr/share/nginx/html