Compare commits

..

2 commits

Author SHA1 Message Date
3e1e50b45a Update docker/build-push-action action to v5 2024-05-30 18:00:27 +00:00
0c75266171 Update nginx Docker tag to v1.27.0
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 14s
2024-05-30 18:00:20 +00:00

View file

@ -1,3 +1,3 @@
FROM nginx:1.26.0-alpine@sha256:ef587d1eb99e991291c582bfb74f27db27f7ca2c095d4ba06cc3f7c910a0c7b3
FROM nginx:1.27.0-alpine@sha256:080abc8b93ef6987d4a203ea9f72ea2f8090a654c7109b8a91438cf2acc9a821
COPY nginx.conf /etc/nginx/nginx.conf