Skip to content

Commit

Permalink
Bump versions. Docker: 27.2.0, Compose: 2.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Aug 30, 2024
1 parent 2ab0cfe commit 2911527
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 @@ -5,8 +5,8 @@ on:
types: [published]
workflow_dispatch:
env:
CURRENT_VERSION: 27.1.2
BUILD_NUMBER: 1
CURRENT_VERSION: 27.2.0
BUILD_NUMBER: 0

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions ubuntu-focal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN apt update \
&& rm -rf /var/lib/apt/list/*

ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=27.1.2 \
DOCKER_COMPOSE_VERSION=v2.29.1 \
DOCKER_VERSION=27.2.0 \
DOCKER_COMPOSE_VERSION=v2.29.2 \
BUILDX_VERSION=v0.16.2 \
DEBUG=false

Expand Down
4 changes: 2 additions & 2 deletions ubuntu-jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN apt update \
&& update-alternatives --set iptables /usr/sbin/iptables-legacy

ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=27.1.2 \
DOCKER_COMPOSE_VERSION=v2.29.1 \
DOCKER_VERSION=27.2.0 \
DOCKER_COMPOSE_VERSION=v2.29.2 \
BUILDX_VERSION=v0.16.2 \
DEBUG=false

Expand Down
4 changes: 2 additions & 2 deletions ubuntu-noble.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN apt update \
&& update-alternatives --set iptables /usr/sbin/iptables-legacy

ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=27.1.2 \
DOCKER_COMPOSE_VERSION=v2.29.1 \
DOCKER_VERSION=27.2.0 \
DOCKER_COMPOSE_VERSION=v2.29.2 \
BUILDX_VERSION=v0.16.2 \
DEBUG=false

Expand Down

0 comments on commit 2911527

Please sign in to comment.