Skip to content

Commit 2fd63b9

Browse files
authored
Bumb docker engine version
1 parent 3019134 commit 2fd63b9

4 files changed

+5
-5
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
types: [published]
66
workflow_dispatch:
77
env:
8-
CURRENT_VERSION: 26.1.3
9-
BUILD_NUMBER: 2
8+
CURRENT_VERSION: 26.1.4
9+
BUILD_NUMBER: 0
1010

1111
jobs:
1212
docker:

ubuntu-focal.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt update \
66
&& rm -rf /var/lib/apt/list/*
77

88
ENV DOCKER_CHANNEL=stable \
9-
DOCKER_VERSION=26.1.3 \
9+
DOCKER_VERSION=26.1.4 \
1010
DOCKER_COMPOSE_VERSION=v2.27.0 \
1111
BUILDX_VERSION=v0.14.0 \
1212
DEBUG=false

ubuntu-jammy.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt update \
77
&& update-alternatives --set iptables /usr/sbin/iptables-legacy
88

99
ENV DOCKER_CHANNEL=stable \
10-
DOCKER_VERSION=26.1.3 \
10+
DOCKER_VERSION=26.1.4 \
1111
DOCKER_COMPOSE_VERSION=v2.27.0 \
1212
BUILDX_VERSION=v0.14.0 \
1313
DEBUG=false

ubuntu-noble.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt update \
77
&& update-alternatives --set iptables /usr/sbin/iptables-legacy
88

99
ENV DOCKER_CHANNEL=stable \
10-
DOCKER_VERSION=26.1.3 \
10+
DOCKER_VERSION=26.1.4 \
1111
DOCKER_COMPOSE_VERSION=v2.27.0 \
1212
BUILDX_VERSION=v0.14.0 \
1313
DEBUG=false

0 commit comments

Comments
 (0)