Skip to content

Commit

Permalink
Update Docker (24.0.4), buildx (0.11.1) and compose (2.19.1) 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 482730f commit 3fb14fe
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,9 +6,9 @@ RUN apt update \
&& rm -rf /var/lib/apt/list/*

ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=24.0.3 \
DOCKER_VERSION=24.0.4 \
DOCKER_COMPOSE_VERSION=v2.19.1 \
BUILDX_VERSION=v0.11.0 \
BUILDX_VERSION=v0.11.1 \
DEBUG=false

# Docker and buildx installation
Expand Down
4 changes: 2 additions & 2 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.3 \
DOCKER_VERSION=24.0.4 \
DOCKER_COMPOSE_VERSION=v2.19.1 \
BUILDX_VERSION=v0.11.0 \
BUILDX_VERSION=v0.11.1 \
DEBUG=false

# Docker and buildx installation
Expand Down

0 comments on commit 3fb14fe

Please sign in to comment.