Skip to content

Commit 0d74d5b

Browse files
Update dependency docker/buildx to v0.24.0
1 parent b111d3c commit 0d74d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/ath-container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN install -m 0755 -d /etc/apt/keyrings \
3838
&& rm -rf /var/lib/apt/lists/*
3939

4040
# Docker installation according to https://docs.docker.com/engine/install/ubuntu/
41-
ARG DOCKER_BUILDX_VERSION=0.23.0
41+
ARG DOCKER_BUILDX_VERSION=0.24.0
4242
ARG DOCKER_VERSION=28.1.1
4343
RUN install -m 0755 -d /etc/apt/keyrings \
4444
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc \

0 commit comments

Comments
 (0)