Skip to content

Commit

Permalink
Bump Docker version to 27.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Dec 29, 2024
1 parent 69681a9 commit aec686c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
CURRENT_VERSION: 27.4.0
CURRENT_VERSION: 27.4.1
BUILD_NUMBER: 0
LATEST_UBUNTU_VERSION: "24.04"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:${UBUNTU_VERSION}

ARG UBUNTU_VERSION
ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=27.4.0 \
DOCKER_VERSION=27.4.1 \
DOCKER_COMPOSE_VERSION=v2.32.0 \
BUILDX_VERSION=v0.19.1 \
DEBUG=false
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.systemd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG UBUNTU_VERSION="24.04"
FROM ubuntu:${UBUNTU_VERSION}

ARG UBUNTU_VERSION
ENV DOCKER_VERSION=27.4.0 \
ENV DOCKER_VERSION=27.4.1 \
DOCKER_COMPOSE_VERSION=v2.32.0 \
BUILDX_VERSION=v0.19.1

Expand Down
2 changes: 1 addition & 1 deletion create_image.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

DOCKER_VERSION="27.4.0"
DOCKER_VERSION="27.4.1"
BUILD_NUMBER="0"
LATEST_UBUNTU_VERSION="24.04"

Expand Down

0 comments on commit aec686c

Please sign in to comment.