Skip to content

Commit

Permalink
Bump docker version to 24.0.7 and docker compose to 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Oct 28, 2023
1 parent 17219a6 commit 509ab20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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=24.0.6 \
DOCKER_COMPOSE_VERSION=v2.21.0 \
DOCKER_VERSION=24.0.7 \
DOCKER_COMPOSE_VERSION=v2.23.0 \
BUILDX_VERSION=v0.11.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 @@ -6,8 +6,8 @@ RUN apt update \
&& rm -rf /var/lib/apt/list/*

ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=24.0.6 \
DOCKER_COMPOSE_VERSION=v2.21.0 \
DOCKER_VERSION=24.0.7 \
DOCKER_COMPOSE_VERSION=v2.23.0 \
BUILDX_VERSION=v0.11.2 \
DEBUG=false

Expand Down

0 comments on commit 509ab20

Please sign in to comment.