Compare commits

...

2 Commits

Author SHA1 Message Date
817ee13659 chore: upgrade app to nginx 1.31.2, git to alpine/git v2.54.0
All checks were successful
cc-ci/testme cc-ci: success
2026-06-22 20:48:35 +00:00
e668be0f81 chore: upgrade to 1.14.0+1.31.1
All checks were successful
cc-ci/testme cc-ci: success
2026-06-17 01:04:02 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ services:
git: git:
environment: environment:
- GIT_REPO_URL - GIT_REPO_URL
image: alpine/git:v2.52.0 image: alpine/git:v2.54.0
entrypoint: /docker-entrypoint.sh entrypoint: /docker-entrypoint.sh
volumes: volumes:
- content:/git - content:/git

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: nginx:1.31.1 image: nginx:1.31.2
networks: networks:
- proxy - proxy
deploy: deploy: