Skip to content

Commit 688c548

Browse files
committed
Bump Docker and Build versions to 27.5.1 and 0.20.1 respectively
1 parent a4b8aca commit 688c548

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
workflow_dispatch:
77

88
env:
9-
CURRENT_VERSION: 27.5.0
10-
BUILD_NUMBER: 1
9+
CURRENT_VERSION: 27.5.1
10+
BUILD_NUMBER: 0
1111
LATEST_UBUNTU_VERSION: "24.04"
1212

1313
jobs:

Dockerfile

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

44
ARG UBUNTU_VERSION
55
ENV DOCKER_CHANNEL=stable \
6-
DOCKER_VERSION=27.5.0 \
6+
DOCKER_VERSION=27.5.1 \
77
DOCKER_COMPOSE_VERSION=v2.32.4 \
8-
BUILDX_VERSION=v0.19.1 \
8+
BUILDX_VERSION=v0.20.1 \
99
DEBUG=false
1010

1111
# Install common dependencies

Dockerfile.systemd

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

66
ARG UBUNTU_VERSION
7-
ENV DOCKER_VERSION=27.5.0 \
7+
ENV DOCKER_VERSION=27.5.1 \
88
DOCKER_COMPOSE_VERSION=v2.32.4 \
9-
BUILDX_VERSION=v0.19.1
9+
BUILDX_VERSION=v0.20.1
1010

1111
#
1212
# Systemd installation

create_image.sh

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

4-
DOCKER_VERSION="27.5.0"
5-
BUILD_NUMBER="1"
4+
DOCKER_VERSION="27.5.1"
5+
BUILD_NUMBER="0"
66
LATEST_UBUNTU_VERSION="24.04"
77

88
declare -A ubuntu_versions=(

0 commit comments

Comments
 (0)