Skip to content

Commit

Permalink
Update Docker (24.0.5), buildx (0.11.2) and compose (2.20.2) 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 3fb14fe commit 19f860f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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=24.0.4 \
DOCKER_COMPOSE_VERSION=v2.19.1 \
BUILDX_VERSION=v0.11.1 \
DOCKER_VERSION=24.0.5 \
DOCKER_COMPOSE_VERSION=v2.20.2 \
BUILDX_VERSION=v0.11.2 \
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 @@ -6,9 +6,9 @@ RUN apt update \
&& rm -rf /var/lib/apt/list/*

ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=24.0.4 \
DOCKER_COMPOSE_VERSION=v2.19.1 \
BUILDX_VERSION=v0.11.1 \
DOCKER_VERSION=24.0.5 \
DOCKER_COMPOSE_VERSION=v2.20.2 \
BUILDX_VERSION=v0.11.2 \
DEBUG=false

# Docker and buildx installation
Expand Down

0 comments on commit 19f860f

Please sign in to comment.