Skip to content

Commit 1f62aeb

Browse files
Update dependency docker/buildx to v0.24.0 (#2021)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 126f09e commit 1f62aeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/ath-container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update \
2525
&& rm -rf /var/lib/apt/lists/*
2626

2727
# Docker installation according to https://docs.docker.com/engine/install/ubuntu/
28-
ARG DOCKER_BUILDX_VERSION=0.23.0
28+
ARG DOCKER_BUILDX_VERSION=0.24.0
2929
ARG DOCKER_VERSION=28.2.2
3030
RUN install -m 0755 -d /etc/apt/keyrings \
3131
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc \

0 commit comments

Comments
 (0)