Compare commits

...

6 Commits

Author SHA1 Message Date
renovate[bot] 39dafee75b chore(deps): update docker-compose 2025-10-28 06:45:52 +00:00
renovate[bot] e693f4070a
chore(deps): update actions/labeler action to v6 (#3190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-28 07:43:22 +01:00
renovate[bot] 5539e59002
chore(deps): update actions/setup-go action to v6 (#3191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-28 07:43:04 +01:00
renovate[bot] 65ef2ca3c9
chore(deps): update actions/stale action to v10 (#3193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-28 07:42:13 +01:00
renovate[bot] bccc988366
chore(deps): update actions/setup-node action to v6 (#3242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-28 07:41:34 +01:00
renovate[bot] a3349add54
chore(deps): update alpine docker tag to v3.22.2 (#3241)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-28 07:40:08 +01:00
11 changed files with 14 additions and 14 deletions

View File

@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v6
with: with:
go-version-file: go.mod go-version-file: go.mod
id: go id: go

View File

@ -54,7 +54,7 @@ jobs:
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Setup node - name: Setup node
uses: actions/setup-node@v4 uses: actions/setup-node@v6
with: with:
node-version-file: docs/package.json node-version-file: docs/package.json

View File

@ -20,7 +20,7 @@ jobs:
id: pages id: pages
uses: actions/configure-pages@v5 uses: actions/configure-pages@v5
- uses: actions/setup-node@v4 - uses: actions/setup-node@v6
with: with:
# renovate: datasource=node-version depName=node # renovate: datasource=node-version depName=node
node-version: 22 node-version: 22
@ -37,7 +37,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- uses: actions/setup-node@v4 - uses: actions/setup-node@v6
with: with:
# renovate: datasource=node-version depName=node # renovate: datasource=node-version depName=node
node-version: 22 node-version: 22

View File

@ -9,7 +9,7 @@ jobs:
pull-requests: write pull-requests: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/labeler@v5 - uses: actions/labeler@v6
with: with:
sync-labels: true sync-labels: true
dot: true dot: true

View File

@ -43,7 +43,7 @@ jobs:
id: tag id: tag
- name: Set up go - name: Set up go
uses: actions/setup-go@v5 uses: actions/setup-go@v6
with: with:
go-version-file: go.mod go-version-file: go.mod

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/stale@v9 - uses: actions/stale@v10
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 180 days-before-stale: 180

View File

@ -67,7 +67,7 @@ DOCKER_BUILDX_PUSH := $(DOCKER_BUILDX) --push
DOCKER_BUILDX_PUSH_X_PLATFORM := $(DOCKER_BUILDX_PUSH) --platform ${DOCKER_BUILD_PLATFORM} DOCKER_BUILDX_PUSH_X_PLATFORM := $(DOCKER_BUILDX_PUSH) --platform ${DOCKER_BUILD_PLATFORM}
DOCKER_BUILD_PLATFORM_ALPINE ?= linux/amd64,linux/arm64,linux/ppc64le,linux/arm/v6,linux/arm/v7,linux/s390x DOCKER_BUILD_PLATFORM_ALPINE ?= linux/amd64,linux/arm64,linux/ppc64le,linux/arm/v6,linux/arm/v7,linux/s390x
DOCKER_BUILD_RUNTIME_IMAGE_ALPINE ?= alpine:3.22.1 DOCKER_BUILD_RUNTIME_IMAGE_ALPINE ?= alpine:3.22.2
DOCKER_BUILDX_ARGS_ALPINE ?= --build-arg RUNTIME_IMAGE=${DOCKER_BUILD_RUNTIME_IMAGE_ALPINE} ${DOCKER_BUILDX_COMMON_ARGS} DOCKER_BUILDX_ARGS_ALPINE ?= --build-arg RUNTIME_IMAGE=${DOCKER_BUILD_RUNTIME_IMAGE_ALPINE} ${DOCKER_BUILDX_COMMON_ARGS}
DOCKER_BUILDX_X_PLATFORM_ALPINE := docker buildx build ${DOCKER_BUILDX_ARGS_ALPINE} --platform ${DOCKER_BUILD_PLATFORM_ALPINE} DOCKER_BUILDX_X_PLATFORM_ALPINE := docker buildx build ${DOCKER_BUILDX_ARGS_ALPINE} --platform ${DOCKER_BUILD_PLATFORM_ALPINE}
DOCKER_BUILDX_PUSH_X_PLATFORM_ALPINE := $(DOCKER_BUILDX_X_PLATFORM_ALPINE) --push DOCKER_BUILDX_PUSH_X_PLATFORM_ALPINE := $(DOCKER_BUILDX_X_PLATFORM_ALPINE) --push

View File

@ -39,7 +39,7 @@ services:
httpbin: {} httpbin: {}
gitea: gitea:
image: gitea/gitea:1.24.5 image: gitea/gitea:1.24.7
container_name: gitea container_name: gitea
environment: environment:
- USER_UID=1000 - USER_UID=1000

View File

@ -55,7 +55,7 @@ services:
httpbin: {} httpbin: {}
dex: dex:
container_name: dex container_name: dex
image: ghcr.io/dexidp/dex:v2.43.1 image: ghcr.io/dexidp/dex:v2.44.0
command: dex serve /dex.yaml command: dex serve /dex.yaml
hostname: dex hostname: dex
volumes: volumes:
@ -78,7 +78,7 @@ services:
httpbin: {} httpbin: {}
etcd: etcd:
container_name: etcd container_name: etcd
image: gcr.io/etcd-development/etcd:v3.6.4 image: gcr.io/etcd-development/etcd:v3.6.5
entrypoint: /usr/local/bin/etcd entrypoint: /usr/local/bin/etcd
command: command:
- --listen-client-urls=http://0.0.0.0:2379 - --listen-client-urls=http://0.0.0.0:2379

View File

@ -34,7 +34,7 @@ services:
# Reverse proxy # Reverse proxy
gateway: gateway:
container_name: traefik container_name: traefik
image: traefik:v2.11.28 image: traefik:v2.11.29
volumes: volumes:
- "./traefik:/etc/traefik" - "./traefik:/etc/traefik"
ports: ports:

View File

@ -29,7 +29,7 @@ services:
- httpbin - httpbin
dex: dex:
container_name: dex container_name: dex
image: ghcr.io/dexidp/dex:v2.43.1 image: ghcr.io/dexidp/dex:v2.44.0
command: dex serve /dex.yaml command: dex serve /dex.yaml
hostname: dex hostname: dex
volumes: volumes:
@ -52,7 +52,7 @@ services:
httpbin: {} httpbin: {}
etcd: etcd:
container_name: etcd container_name: etcd
image: gcr.io/etcd-development/etcd:v3.6.4 image: gcr.io/etcd-development/etcd:v3.6.5
entrypoint: /usr/local/bin/etcd entrypoint: /usr/local/bin/etcd
command: command:
- --listen-client-urls=http://0.0.0.0:2379 - --listen-client-urls=http://0.0.0.0:2379