Skip to content

Commit

Permalink
Bump versions. Docker: 25.0.5, Compose: 2.24.7, buildx: v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Mar 29, 2024
1 parent 58d84f9 commit 99643cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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 @@ -5,7 +5,7 @@ on:
types: [published]
workflow_dispatch:
env:
CURRENT_VERSION: 25.0.4
CURRENT_VERSION: 25.0.5
BUILD_NUMBER: 0

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

ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=25.0.4 \
DOCKER_COMPOSE_VERSION=v2.24.6 \
BUILDX_VERSION=v0.13.0 \
DOCKER_VERSION=25.0.5 \
DOCKER_COMPOSE_VERSION=v2.24.7 \
BUILDX_VERSION=v0.13.1 \
DEBUG=false

# Docker and buildx installation
Expand Down
6 changes: 3 additions & 3 deletions ubuntu-jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN apt update \
&& update-alternatives --set iptables /usr/sbin/iptables-legacy

ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=25.0.4 \
DOCKER_COMPOSE_VERSION=v2.24.6 \
BUILDX_VERSION=v0.13.0 \
DOCKER_VERSION=25.0.5 \
DOCKER_COMPOSE_VERSION=v2.24.7 \
BUILDX_VERSION=v0.13.1 \
DEBUG=false

# Docker and buildx installation
Expand Down
6 changes: 3 additions & 3 deletions ubuntu-noble.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN apt update \
&& update-alternatives --set iptables /usr/sbin/iptables-legacy

ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=25.0.4 \
DOCKER_COMPOSE_VERSION=v2.24.6 \
BUILDX_VERSION=v0.13.0 \
DOCKER_VERSION=25.0.5 \
DOCKER_COMPOSE_VERSION=v2.24.7 \
BUILDX_VERSION=v0.13.1 \
DEBUG=false

# Docker and buildx installation
Expand Down

0 comments on commit 99643cc

Please sign in to comment.