From 9bcfb4c69ea19dcb77b57de224bcce99113f637f Mon Sep 17 00:00:00 2001 From: cruizba Date: Fri, 24 May 2024 00:13:07 +0200 Subject: [PATCH] Bump versions. Docker: 26.1.1. Compose: 2.27.0 --- .github/workflows/build-and-push-docker-image.yml | 2 +- ubuntu-focal.Dockerfile | 4 ++-- ubuntu-jammy.Dockerfile | 4 ++-- ubuntu-noble.Dockerfile | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-push-docker-image.yml b/.github/workflows/build-and-push-docker-image.yml index f136016..2cd9360 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: 26.1.0 + CURRENT_VERSION: 26.1.1 BUILD_NUMBER: 0 jobs: diff --git a/ubuntu-focal.Dockerfile b/ubuntu-focal.Dockerfile index 545dbc5..fb2dff5 100644 --- a/ubuntu-focal.Dockerfile +++ b/ubuntu-focal.Dockerfile @@ -6,8 +6,8 @@ RUN apt update \ && rm -rf /var/lib/apt/list/* ENV DOCKER_CHANNEL=stable \ - DOCKER_VERSION=26.1.0 \ - DOCKER_COMPOSE_VERSION=v2.26.1 \ + DOCKER_VERSION=26.1.1 \ + DOCKER_COMPOSE_VERSION=v2.27.0 \ BUILDX_VERSION=v0.14.0 \ DEBUG=false diff --git a/ubuntu-jammy.Dockerfile b/ubuntu-jammy.Dockerfile index 6e5086d..0a01342 100644 --- a/ubuntu-jammy.Dockerfile +++ b/ubuntu-jammy.Dockerfile @@ -7,8 +7,8 @@ RUN apt update \ && update-alternatives --set iptables /usr/sbin/iptables-legacy ENV DOCKER_CHANNEL=stable \ - DOCKER_VERSION=26.1.0 \ - DOCKER_COMPOSE_VERSION=v2.26.1 \ + DOCKER_VERSION=26.1.1 \ + DOCKER_COMPOSE_VERSION=v2.27.0 \ BUILDX_VERSION=v0.14.0 \ DEBUG=false diff --git a/ubuntu-noble.Dockerfile b/ubuntu-noble.Dockerfile index 6f05618..6fda878 100644 --- a/ubuntu-noble.Dockerfile +++ b/ubuntu-noble.Dockerfile @@ -7,8 +7,8 @@ RUN apt update \ && update-alternatives --set iptables /usr/sbin/iptables-legacy ENV DOCKER_CHANNEL=stable \ - DOCKER_VERSION=26.1.0 \ - DOCKER_COMPOSE_VERSION=v2.26.1 \ + DOCKER_VERSION=26.1.1 \ + DOCKER_COMPOSE_VERSION=v2.27.0 \ BUILDX_VERSION=v0.14.0 \ DEBUG=false