From 3e50e0f91ca983d4b65386a0402cf1f5e8d09e71 Mon Sep 17 00:00:00 2001 From: cruizba Date: Sun, 7 Jul 2024 19:56:53 +0200 Subject: [PATCH] Bump versions. Docker: 27.0.3. --- .github/workflows/build-and-push-docker-image.yml | 2 +- ubuntu-focal.Dockerfile | 2 +- ubuntu-jammy.Dockerfile | 2 +- ubuntu-noble.Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-push-docker-image.yml b/.github/workflows/build-and-push-docker-image.yml index 2460064..d61cf92 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: 27.0.2 + CURRENT_VERSION: 27.0.3 BUILD_NUMBER: 0 jobs: diff --git a/ubuntu-focal.Dockerfile b/ubuntu-focal.Dockerfile index 8a28800..1c3f551 100644 --- a/ubuntu-focal.Dockerfile +++ b/ubuntu-focal.Dockerfile @@ -6,7 +6,7 @@ RUN apt update \ && rm -rf /var/lib/apt/list/* ENV DOCKER_CHANNEL=stable \ - DOCKER_VERSION=27.0.2 \ + DOCKER_VERSION=27.0.3 \ DOCKER_COMPOSE_VERSION=v2.28.1 \ BUILDX_VERSION=v0.14.0 \ DEBUG=false diff --git a/ubuntu-jammy.Dockerfile b/ubuntu-jammy.Dockerfile index 3fb2d6f..758da94 100644 --- a/ubuntu-jammy.Dockerfile +++ b/ubuntu-jammy.Dockerfile @@ -7,7 +7,7 @@ RUN apt update \ && update-alternatives --set iptables /usr/sbin/iptables-legacy ENV DOCKER_CHANNEL=stable \ - DOCKER_VERSION=27.0.2 \ + DOCKER_VERSION=27.0.3 \ DOCKER_COMPOSE_VERSION=v2.28.1 \ BUILDX_VERSION=v0.14.0 \ DEBUG=false diff --git a/ubuntu-noble.Dockerfile b/ubuntu-noble.Dockerfile index 37399b7..1c6cf16 100644 --- a/ubuntu-noble.Dockerfile +++ b/ubuntu-noble.Dockerfile @@ -7,7 +7,7 @@ RUN apt update \ && update-alternatives --set iptables /usr/sbin/iptables-legacy ENV DOCKER_CHANNEL=stable \ - DOCKER_VERSION=27.0.2 \ + DOCKER_VERSION=27.0.3 \ DOCKER_COMPOSE_VERSION=v2.28.1 \ BUILDX_VERSION=v0.14.0 \ DEBUG=false