From ca41b6117eb297de7bc4647dfb4e210cafda6001 Mon Sep 17 00:00:00 2001 From: cruizba Date: Tue, 22 Oct 2024 13:40:49 +0200 Subject: [PATCH] Bump versions. Docker: 27.3.1 --- Dockerfile | 2 +- create_image.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 55ec2aa..58c954e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:${UBUNTU_VERSION} ARG UBUNTU_VERSION ENV DOCKER_CHANNEL=stable \ - DOCKER_VERSION=27.3.0 \ + DOCKER_VERSION=27.3.1 \ DOCKER_COMPOSE_VERSION=v2.29.6 \ BUILDX_VERSION=v0.17.1 \ DEBUG=false diff --git a/create_image.sh b/create_image.sh index e63528b..c06744a 100755 --- a/create_image.sh +++ b/create_image.sh @@ -1,6 +1,6 @@ #!/bin/bash -DOCKER_VERSION="27.3.0" +DOCKER_VERSION="27.3.1" BUILD_NUMBER="0" LATEST_UBUNTU_VERSION="24.04"