Skip to content

Commit 0f8a58e

Browse files
committed
chore: updating docker eng version(25.x) and docker compose(v2.26.0)
1 parent 80d8483 commit 0f8a58e

5 files changed

+9
-9
lines changed

runner/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
RUNNER_VERSION=2.317.0
2-
RUNNER_CONTAINER_HOOKS_VERSION=0.6.0
2+
RUNNER_CONTAINER_HOOKS_VERSION=0.6.0

runner/actions-runner-dind.ubuntu-20.04.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ARG RUNNER_VERSION
55
ARG RUNNER_CONTAINER_HOOKS_VERSION
66
# Docker and Docker Compose arguments
77
ARG CHANNEL=stable
8-
ARG DOCKER_VERSION=24.0.7
9-
ARG DOCKER_COMPOSE_VERSION=v2.23.0
8+
ARG DOCKER_VERSION=25.0.5
9+
ARG DOCKER_COMPOSE_VERSION=v2.26.0
1010
ARG DUMB_INIT_VERSION=1.2.5
1111

1212
# Use 1001 and 121 for compatibility with GitHub-hosted runners

runner/actions-runner-dind.ubuntu-22.04.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ARG RUNNER_VERSION
55
ARG RUNNER_CONTAINER_HOOKS_VERSION
66
# Docker and Docker Compose arguments
77
ARG CHANNEL=stable
8-
ARG DOCKER_VERSION=24.0.7
9-
ARG DOCKER_COMPOSE_VERSION=v2.23.0
8+
ARG DOCKER_VERSION=25.0.5
9+
ARG DOCKER_COMPOSE_VERSION=v2.26.0
1010
ARG DUMB_INIT_VERSION=1.2.5
1111
ARG RUNNER_USER_UID=1001
1212
ARG DOCKER_GROUP_GID=121

runner/actions-runner.ubuntu-20.04.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ARG RUNNER_VERSION
55
ARG RUNNER_CONTAINER_HOOKS_VERSION
66
# Docker and Docker Compose arguments
77
ARG CHANNEL=stable
8-
ARG DOCKER_VERSION=24.0.7
9-
ARG DOCKER_COMPOSE_VERSION=v2.23.0
8+
ARG DOCKER_VERSION=25.0.5
9+
ARG DOCKER_COMPOSE_VERSION=v2.26.0
1010
ARG DUMB_INIT_VERSION=1.2.5
1111

1212
# Use 1001 and 121 for compatibility with GitHub-hosted runners

runner/actions-runner.ubuntu-22.04.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ARG RUNNER_VERSION
55
ARG RUNNER_CONTAINER_HOOKS_VERSION
66
# Docker and Docker Compose arguments
77
ARG CHANNEL=stable
8-
ARG DOCKER_VERSION=24.0.7
9-
ARG DOCKER_COMPOSE_VERSION=v2.23.0
8+
ARG DOCKER_VERSION=25.0.5
9+
ARG DOCKER_COMPOSE_VERSION=v2.26.0
1010
ARG DUMB_INIT_VERSION=1.2.5
1111
ARG RUNNER_USER_UID=1001
1212
ARG DOCKER_GROUP_GID=121

0 commit comments

Comments
 (0)