Compare commits

..

13 Commits

Author SHA1 Message Date
0182335d70 chore(deps): update dependency docker/compose to v2.30.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-11-11 21:17:33 +01:00
e7b2bd583b chore(deps): update docker.io/library/golang docker tag to v1.23.3 2024-11-11 21:17:26 +01:00
bdb78e875d chore(deps): update dependency docker/compose to v2.30.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-11-02 20:06:35 +00:00
4662a8abb6 revert(deps): update docker-compose to v2.30.1
All checks were successful
continuous-integration/drone/push Build is passing
revert(deps): update docker-compose to v2.30.1
2024-11-02 19:12:33 +00:00
9f5a36fe4a chore(deps): update docker-compose to v2.30.1
All checks were successful
continuous-integration/drone/push Build is passing
2024-11-02 15:51:57 +00:00
5c3ca22254 chore(deps): update docker-compose to v2.30.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-10-31 21:41:16 +00:00
65213df579 chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.42.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-10-14 19:10:36 +00:00
158e15c793 chore(deps): update docker.io/library/golang docker tag to v1.23.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-10-02 01:08:22 +00:00
54dd1fb74b fix(renovate): update config
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-28 13:35:24 +02:00
2cdce36808 chore(deps): update docker/compose to v2.29.7
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-09-20 12:43:57 +02:00
24d01aad51 chore(deps): update docker/compose to v2.29.6
All checks were successful
continuous-integration/drone/tag Build is passing
2024-09-20 12:43:38 +02:00
fdcd8bec3f chore(deps): update docker/compose to v2.29.5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-09-20 12:43:22 +02:00
5231929d5e Update dependency docker/compose to v2.29.4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-09-16 10:08:21 +00:00
4 changed files with 3 additions and 4 deletions

View File

@ -16,7 +16,7 @@ steps:
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.41.0 image: git.cryptic.systems/volker.raschek/markdownlint:0.42.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150

View File

@ -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 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.29.3 # renovate: datasource=github-releases depName=docker/compose DC_VERSION?=v2.30.3 # 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

@ -13,7 +13,6 @@
"description": "Automatically update patch version of used container images in docker files", "description": "Automatically update patch version of used container images in docker files",
"addLabels": [ "renovate/container-image", "renovate/automerge" ], "addLabels": [ "renovate/container-image", "renovate/automerge" ],
"automerge": true, "automerge": true,
"matchBaseBranches": [ "master" ],
"matchManagers": [ "dockerfile" ], "matchManagers": [ "dockerfile" ],
"matchUpdateTypes": [ "patch" ] "matchUpdateTypes": [ "patch" ]
}, },