Compare commits

..

2 commits

Author SHA1 Message Date
09ded4d1e9 Update docker/login-action action to v3 2024-11-13 10:00:29 +00:00
138523bd9b Update nginx:1.27.2-alpine Docker digest to 74175cf
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 20s
2024-11-13 10:00:21 +00:00

View file

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