Compare commits

..

2 commits

Author SHA1 Message Date
ccf250f05b Update docker/build-push-action action to v5 2024-02-15 01:00:29 +00:00
3d8dec4985 Update nginx:1.25.4-alpine Docker digest to 6bc13a3
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 20s
2024-02-15 01:00:23 +00:00

View file

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