Skip to content

Commit

Permalink
Bump Docker and Docker Compose versions to 27.5.0 and 2.32.4 respecti…
Browse files Browse the repository at this point in the history
…vely
  • Loading branch information
cruizba committed Jan 19, 2025
1 parent 339e602 commit 67c8c77
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
workflow_dispatch:

env:
CURRENT_VERSION: 27.4.1
BUILD_NUMBER: 1
CURRENT_VERSION: 27.5.0
BUILD_NUMBER: 0
LATEST_UBUNTU_VERSION: "24.04"

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM ubuntu:${UBUNTU_VERSION}

ARG UBUNTU_VERSION
ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=27.4.1 \
DOCKER_COMPOSE_VERSION=v2.32.0 \
DOCKER_VERSION=27.5.0 \
DOCKER_COMPOSE_VERSION=v2.32.4 \
BUILDX_VERSION=v0.19.1 \
DEBUG=false

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.systemd
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ARG UBUNTU_VERSION="24.04"
FROM ubuntu:${UBUNTU_VERSION}

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

#
Expand Down
4 changes: 2 additions & 2 deletions create_image.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -e

DOCKER_VERSION="27.4.1"
BUILD_NUMBER="1"
DOCKER_VERSION="27.5.0"
BUILD_NUMBER="0"
LATEST_UBUNTU_VERSION="24.04"

declare -A ubuntu_versions=(
Expand Down

0 comments on commit 67c8c77

Please sign in to comment.