You've already forked docker-compose-docker
Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
0182335d70
|
|||
e7b2bd583b
|
|||
bdb78e875d
|
|||
4662a8abb6 | |||
9f5a36fe4a | |||
5c3ca22254 | |||
65213df579
|
|||
158e15c793
|
|||
54dd1fb74b
|
|||
2cdce36808
|
|||
24d01aad51
|
|||
fdcd8bec3f
|
|||
5231929d5e
|
@ -16,7 +16,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.41.0
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.42.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/golang:1.23.1-alpine3.20 AS build
|
||||
FROM docker.io/library/golang:1.23.3-alpine3.20 AS build
|
||||
|
||||
ARG DC_VERSION=main
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# DC_VERSION
|
||||
# Only required to install a specifiy version
|
||||
DC_VERSION?=v2.29.3 # renovate: datasource=github-releases depName=docker/compose
|
||||
DC_VERSION?=v2.30.3 # 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
|
||||
|
@ -13,7 +13,6 @@
|
||||
"description": "Automatically update patch version of used container images in docker files",
|
||||
"addLabels": [ "renovate/container-image", "renovate/automerge" ],
|
||||
"automerge": true,
|
||||
"matchBaseBranches": [ "master" ],
|
||||
"matchManagers": [ "dockerfile" ],
|
||||
"matchUpdateTypes": [ "patch" ]
|
||||
},
|
||||
|
Reference in New Issue
Block a user