Compare commits

..

1 Commits

Author SHA1 Message Date
d20681b318 chore(deps): update docker.io/library/node docker tag to v24
All checks were successful
Build / build-amd64 (pull_request) Successful in 7m52s
Build / build-arm64 (pull_request) Successful in 10m22s
2025-05-06 22:04:17 +00:00
4 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.24.3-alpine3.21 AS build
FROM docker.io/library/golang:1.24.2-alpine3.21 AS build
ARG DC_VERSION=main

View File

@ -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

View File

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