From 99643cc33237bb42d9fcbf5fc439723134d27093 Mon Sep 17 00:00:00 2001 From: cruizba Date: Fri, 29 Mar 2024 20:34:14 +0100 Subject: [PATCH] Bump versions. Docker: 25.0.5, Compose: 2.24.7, buildx: v0.13.1 --- .github/workflows/build-and-push-docker-image.yml | 2 +- ubuntu-focal.Dockerfile | 6 +++--- ubuntu-jammy.Dockerfile | 6 +++--- ubuntu-noble.Dockerfile | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-and-push-docker-image.yml b/.github/workflows/build-and-push-docker-image.yml index af08b62..833750c 100644 --- a/.github/workflows/build-and-push-docker-image.yml +++ b/.github/workflows/build-and-push-docker-image.yml @@ -5,7 +5,7 @@ on: types: [published] workflow_dispatch: env: - CURRENT_VERSION: 25.0.4 + CURRENT_VERSION: 25.0.5 BUILD_NUMBER: 0 jobs: diff --git a/ubuntu-focal.Dockerfile b/ubuntu-focal.Dockerfile index 8728174..8aea3a2 100644 --- a/ubuntu-focal.Dockerfile +++ b/ubuntu-focal.Dockerfile @@ -6,9 +6,9 @@ RUN apt update \ && rm -rf /var/lib/apt/list/* ENV DOCKER_CHANNEL=stable \ - DOCKER_VERSION=25.0.4 \ - DOCKER_COMPOSE_VERSION=v2.24.6 \ - BUILDX_VERSION=v0.13.0 \ + DOCKER_VERSION=25.0.5 \ + DOCKER_COMPOSE_VERSION=v2.24.7 \ + BUILDX_VERSION=v0.13.1 \ DEBUG=false # Docker and buildx installation diff --git a/ubuntu-jammy.Dockerfile b/ubuntu-jammy.Dockerfile index 3a4b741..7d07f45 100644 --- a/ubuntu-jammy.Dockerfile +++ b/ubuntu-jammy.Dockerfile @@ -7,9 +7,9 @@ RUN apt update \ && update-alternatives --set iptables /usr/sbin/iptables-legacy ENV DOCKER_CHANNEL=stable \ - DOCKER_VERSION=25.0.4 \ - DOCKER_COMPOSE_VERSION=v2.24.6 \ - BUILDX_VERSION=v0.13.0 \ + DOCKER_VERSION=25.0.5 \ + DOCKER_COMPOSE_VERSION=v2.24.7 \ + BUILDX_VERSION=v0.13.1 \ DEBUG=false # Docker and buildx installation diff --git a/ubuntu-noble.Dockerfile b/ubuntu-noble.Dockerfile index 3141da7..a2afe3d 100644 --- a/ubuntu-noble.Dockerfile +++ b/ubuntu-noble.Dockerfile @@ -7,9 +7,9 @@ RUN apt update \ && update-alternatives --set iptables /usr/sbin/iptables-legacy ENV DOCKER_CHANNEL=stable \ - DOCKER_VERSION=25.0.4 \ - DOCKER_COMPOSE_VERSION=v2.24.6 \ - BUILDX_VERSION=v0.13.0 \ + DOCKER_VERSION=25.0.5 \ + DOCKER_COMPOSE_VERSION=v2.24.7 \ + BUILDX_VERSION=v0.13.1 \ DEBUG=false # Docker and buildx installation