1
0
Fork 0

chore(deps): update code.forgejo.org/forgejo/runner docker tag to v12.3.1 (#3119)

This commit is contained in:
renovate[bot] 2025-12-24 18:12:02 +00:00 committed by GitHub
parent 1519aea58f
commit 3ca97c576c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
services: services:
forgejo_runner: forgejo_runner:
image: code.forgejo.org/forgejo/runner:12.3.0 image: code.forgejo.org/forgejo/runner:12.3.1
container_name: ${CONTAINER_NAME:-forgejo-runner} container_name: ${CONTAINER_NAME:-forgejo-runner}
depends_on: depends_on:
dind: dind:

View File

@ -1,6 +1,6 @@
services: services:
forgejo_runner: forgejo_runner:
image: code.forgejo.org/forgejo/runner:12.3.0 image: code.forgejo.org/forgejo/runner:12.3.1
container_name: ${CONTAINER_NAME:-forgejo-runner} container_name: ${CONTAINER_NAME:-forgejo-runner}
restart: always restart: always
user: root user: root