diff --git a/.github/actions/deploy/dist/docker-compose.yml b/.github/actions/deploy/dist/docker-compose.yml index c347c5f6dd..1dc1c4eabd 100644 --- a/.github/actions/deploy/dist/docker-compose.yml +++ b/.github/actions/deploy/dist/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: nginx: - image: nginx@sha256:10b8cc432d56da8b61b070f4c7d2543a9ed17c2b23010b43af434fd40e2ca4aa + image: nginx@sha256:3398e583106fc203332a08b6e2faed538f1bd21b3342efaf5edc74cf308ccf75 container_name: 'ecamp3-nginx' ports: - '80:80'