Compare commits

..

3 Commits

Author SHA1 Message Date
e0dce1bca5 chore(deps): update dependency docker/compose to v2.35.1
Some checks failed
Markdown linter / markdown-link-checker (push) Failing after 24s
Markdown linter / markdown-lint (push) Failing after 11s
Build / build-amd64 (pull_request) Successful in 10m11s
Build / build-arm64 (pull_request) Failing after 23m59s
Build / build-amd64 (push) Successful in 9m32s
Build / build-arm64 (push) Successful in 10m10s
Release / push-arm64 (push) Successful in 10m34s
Release / push-amd64 (push) Successful in 10m34s
Release / push-manifest (push) Successful in 17s
Release / sync-to-hub-docker-io (push) Successful in 1m19s
2025-05-07 07:04:08 +00:00
183aa24e04 docs(README): adapt title
Some checks failed
Build / build-amd64 (push) Successful in 9m6s
Markdown linter / markdown-link-checker (push) Failing after 23s
Markdown linter / markdown-lint (push) Failing after 10s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 10s
Build / build-arm64 (push) Successful in 10m18s
Release / push-amd64 (push) Successful in 10m3s
Release / push-arm64 (push) Successful in 10m53s
Release / push-manifest (push) Successful in 16s
Release / sync-to-hub-docker-io (push) Successful in 1m11s
2025-05-07 08:53:37 +02:00
f0d4b7fed6 chore(deps): update docker.io/library/golang docker tag to v1.24.3
All checks were successful
Build / build-amd64 (pull_request) Successful in 8m8s
Build / build-arm64 (pull_request) Successful in 10m26s
Build / build-arm64 (push) Successful in 10m21s
Build / build-amd64 (push) Successful in 11m46s
2025-05-06 22:04:07 +00:00
4 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ on:
jobs: jobs:
markdown-link-checker: markdown-link-checker:
container: container:
image: docker.io/library/node:24.0.0-alpine image: docker.io/library/node:23.11.0-alpine
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps:
@ -31,7 +31,7 @@ jobs:
markdown-lint: markdown-lint:
container: container:
image: docker.io/library/node:24.0.0-alpine image: docker.io/library/node:23.11.0-alpine
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps:

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.24.2-alpine3.21 AS build FROM docker.io/library/golang:1.24.3-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 specifiy version # Only required to install a specifiy version
DC_VERSION?=v2.35.0 # renovate: datasource=github-releases depName=docker/compose DC_VERSION?=v2.35.1 # 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

View File

@ -1,4 +1,4 @@
# docker-compose-docker # docker-compose
[![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/docker-compose)](https://hub.docker.com/r/volkerraschek/docker-compose) [![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/docker-compose)](https://hub.docker.com/r/volkerraschek/docker-compose)