Compare commits

...
Author SHA1 Message Date
autonomic-bot bf60c8254e chore: upgrade app to 2.44.0
cc-ci/testme cc-ci passed (bridge-bypass)
2026-08-03 21:08:39 +00:00
autonomic-bot a34432c505 chore: upgrade git to v2.54.0
cc-ci/testme cc-ci: success
2026-06-22 20:54:01 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
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
+1 -1
View File
@@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: joseluisq/static-web-server:2.43.0 image: joseluisq/static-web-server:2.44.0
command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"] command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"]
networks: networks:
- proxy - proxy