Skip to content

Commit

Permalink
Update Docker (24.0.6), buildx (0.11.2) and compose (2.21.0) versions…
Browse files Browse the repository at this point in the history
… in Ubuntu Dockerfiles
  • Loading branch information
cruizba committed Sep 10, 2023
1 parent 19f860f commit 98bb824
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.5 \
DOCKER_COMPOSE_VERSION=v2.20.2 \
DOCKER_VERSION=24.0.6 \
DOCKER_COMPOSE_VERSION=v2.21.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.5 \
DOCKER_COMPOSE_VERSION=v2.20.2 \
DOCKER_VERSION=24.0.6 \
DOCKER_COMPOSE_VERSION=v2.21.0 \
BUILDX_VERSION=v0.11.2 \
DEBUG=false

Expand Down

0 comments on commit 98bb824

Please sign in to comment.