diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index ce6bc8b..220b73e 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: run: | apk add --no-cache docker-cli curl mkdir -p ~/.docker/cli-plugins - curl -SL https://github.com/docker/compose/releases/download/v2.27.0/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose + curl -SL https://github.com/docker/compose/releases/download/v2.38.2/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose chmod +x ~/.docker/cli-plugins/docker-compose docker compose version