Skip to content

Commit aec686c

Browse files
committed
Bump Docker version to 27.4.1
1 parent 69681a9 commit aec686c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-and-push-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
CURRENT_VERSION: 27.4.0
9+
CURRENT_VERSION: 27.4.1
1010
BUILD_NUMBER: 0
1111
LATEST_UBUNTU_VERSION: "24.04"
1212

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:${UBUNTU_VERSION}
33

44
ARG UBUNTU_VERSION
55
ENV DOCKER_CHANNEL=stable \
6-
DOCKER_VERSION=27.4.0 \
6+
DOCKER_VERSION=27.4.1 \
77
DOCKER_COMPOSE_VERSION=v2.32.0 \
88
BUILDX_VERSION=v0.19.1 \
99
DEBUG=false

Dockerfile.systemd

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG UBUNTU_VERSION="24.04"
44
FROM ubuntu:${UBUNTU_VERSION}
55

66
ARG UBUNTU_VERSION
7-
ENV DOCKER_VERSION=27.4.0 \
7+
ENV DOCKER_VERSION=27.4.1 \
88
DOCKER_COMPOSE_VERSION=v2.32.0 \
99
BUILDX_VERSION=v0.19.1
1010

create_image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
DOCKER_VERSION="27.4.0"
4+
DOCKER_VERSION="27.4.1"
55
BUILD_NUMBER="0"
66
LATEST_UBUNTU_VERSION="24.04"
77

0 commit comments

Comments
 (0)