We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126f09e commit 1f62aebCopy full SHA for 1f62aeb
1 file changed
src/main/resources/ath-container/Dockerfile
@@ -25,7 +25,7 @@ RUN apt-get update \
25
&& rm -rf /var/lib/apt/lists/*
26
27
# Docker installation according to https://docs.docker.com/engine/install/ubuntu/
28
-ARG DOCKER_BUILDX_VERSION=0.23.0
+ARG DOCKER_BUILDX_VERSION=0.24.0
29
ARG DOCKER_VERSION=28.2.2
30
RUN install -m 0755 -d /etc/apt/keyrings \
31
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc \
0 commit comments