Compare commits

..

2 commits

Author SHA1 Message Date
872c68ef1e Update docker/build-push-action action to v6 2024-11-13 04:00:25 +00:00
dc40b7c818 Update nginx:1.27.2-alpine Docker digest to 88cad85
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 13s
2024-11-13 04:00:19 +00:00

View file

@ -1,3 +1,3 @@
FROM nginx:1.27.2-alpine@sha256:aa3b1083fc4aecd40d730dc978d1d0498cf17b77dd5be76cddcb8b10f74a1578
FROM nginx:1.27.2-alpine@sha256:88cad858e27df833b816390c2fd7f32ca3d9f9c7aec2af2293cecc2ee7f4ed8e
COPY nginx.conf /etc/nginx/nginx.conf