Compare commits

..

2 commits

Author SHA1 Message Date
b6c7f7b500 Update docker/build-push-action action to v5 2024-03-16 09:00:23 +00:00
3e36176c07 Update nginx:1.25.4-alpine Docker digest to d9a9775
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 16s
2024-03-16 09:00:17 +00:00

View file

@ -1,3 +1,3 @@
FROM nginx:1.25.4-alpine@sha256:6a2f8b28e45c4adea04ec207a251fd4a2df03ddc930f782af51e315ebc76e9a9
FROM nginx:1.25.4-alpine@sha256:d9a9775bf320ba122af5aaa93d68d0c2f4781f311830c8386b060c37bfeb832b
COPY nginx.conf /etc/nginx/nginx.conf