You've already forked docker-compose-docker
Compare commits
3 Commits
d20681b318
...
v2.35.1
Author | SHA1 | Date | |
---|---|---|---|
e0dce1bca5
|
|||
183aa24e04
|
|||
f0d4b7fed6
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@ -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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# docker-compose-docker
|
# docker-compose
|
||||||
|
|
||||||
[](https://hub.docker.com/r/volkerraschek/docker-compose)
|
[](https://hub.docker.com/r/volkerraschek/docker-compose)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user