Compare commits

...

3 Commits

Author SHA1 Message Date
141298b239 chore(deps): update dependency docker/compose to v2.37.0
All checks were successful
Build / build-arm64 (pull_request) Successful in 6m54s
Build / build-amd64 (pull_request) Successful in 11m18s
2025-06-05 16:03:12 +00:00
4f01122d67 chore(ci): update workflow_dispatch for update docker hub description
All checks were successful
Build / build-amd64 (push) Successful in 11m25s
Build / build-arm64 (push) Successful in 11m52s
2025-05-31 22:05:28 +02:00
f6aff367ab chore(deps): update docker.io/library/alpine docker tag to v3.22
All checks were successful
Build / build-amd64 (pull_request) Successful in 2m5s
Build / build-arm64 (pull_request) Successful in 12m12s
Build / build-arm64 (push) Successful in 12m5s
Build / build-amd64 (push) Successful in 12m36s
2025-05-30 19:03:43 +00:00
3 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ on:
- master
paths:
- README.md
workflow_dispatch: {}
jobs:
update-description-on-hub-docker-io:

View File

@ -11,7 +11,7 @@ RUN git clone https://github.com/docker/compose.git --branch ${DC_VERSION} docke
cd docker-compose && \
make DESTDIR=/cache
FROM docker.io/library/alpine:3.21
FROM docker.io/library/alpine:3.22
COPY --from=build /cache/docker-compose /usr/bin/docker-compose

View File

@ -1,6 +1,6 @@
# DC_VERSION
# Only required to install a specify version
DC_VERSION?=v2.36.2 # renovate: datasource=github-releases depName=docker/compose
DC_VERSION?=v2.37.0 # renovate: datasource=github-releases depName=docker/compose
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a container runtime. This is needed to start and