Compare commits

...

4 Commits

Author SHA1 Message Date
7d85aaf04c chore(deps): update dependency docker/compose to v2.38.2
All checks were successful
Build / build-arm64 (push) Successful in 7m2s
Build / build-amd64 (push) Successful in 8m16s
Release / push-arm64 (push) Successful in 7m22s
Release / push-amd64 (push) Successful in 8m9s
Release / push-manifest (push) Successful in 10s
Release / sync-to-hub-docker-io (push) Successful in 1m16s
2025-07-11 14:32:12 +02:00
7b1f749698 chore(deps): update dependency docker/compose to v2.38.1
Some checks failed
Build / build-arm64 (push) Has been cancelled
Build / build-amd64 (push) Has been cancelled
Release / push-arm64 (push) Successful in 7m24s
Release / push-amd64 (push) Successful in 9m50s
Release / push-manifest (push) Successful in 12s
Release / sync-to-hub-docker-io (push) Successful in 42s
2025-07-11 14:31:10 +02:00
6b2ea0d896 chore(deps): update docker.io/library/golang docker tag to v1.24.5
All checks were successful
Build / build-arm64 (pull_request) Successful in 7m0s
Build / build-amd64 (pull_request) Successful in 9m47s
Build / build-arm64 (push) Successful in 6m57s
Build / build-amd64 (push) Successful in 10m7s
2025-07-08 22:03:43 +00:00
95ad984e01 chore(deps): update dependency docker/compose to v2.38.0
All checks were successful
Build / build-amd64 (push) Successful in 7m31s
Release / push-amd64 (push) Successful in 7m46s
Build / build-arm64 (push) Successful in 6m58s
Release / push-arm64 (push) Successful in 7m20s
Release / push-manifest (push) Successful in 13s
Release / sync-to-hub-docker-io (push) Successful in 59s
2025-07-03 17:40:38 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.24.4-alpine3.21 AS build FROM docker.io/library/golang:1.24.5-alpine3.21 AS build
ARG DC_VERSION=main ARG DC_VERSION=main

View File

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