We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b111d3c commit 0d74d5bCopy full SHA for 0d74d5b
src/main/resources/ath-container/Dockerfile
@@ -38,7 +38,7 @@ RUN install -m 0755 -d /etc/apt/keyrings \
38
&& rm -rf /var/lib/apt/lists/*
39
40
# Docker installation according to https://docs.docker.com/engine/install/ubuntu/
41
-ARG DOCKER_BUILDX_VERSION=0.23.0
+ARG DOCKER_BUILDX_VERSION=0.24.0
42
ARG DOCKER_VERSION=28.1.1
43
RUN install -m 0755 -d /etc/apt/keyrings \
44
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc \
0 commit comments