You've already forked docker-compose-docker
Compare commits
1 Commits
v2.35.1
...
bb2150bd05
Author | SHA1 | Date | |
---|---|---|---|
bb2150bd05
|
@ -15,7 +15,7 @@ on:
|
||||
jobs:
|
||||
markdown-link-checker:
|
||||
container:
|
||||
image: docker.io/library/node:23.11.0-alpine
|
||||
image: docker.io/library/node:24.0.0-alpine
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
markdown-lint:
|
||||
container:
|
||||
image: docker.io/library/node:23.11.0-alpine
|
||||
image: docker.io/library/node:24.0.0-alpine
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# DC_VERSION
|
||||
# Only required to install a specifiy version
|
||||
DC_VERSION?=v2.35.1 # renovate: datasource=github-releases depName=docker/compose
|
||||
DC_VERSION?=v2.35.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
|
||||
|
Reference in New Issue
Block a user