We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b2327 commit 4e9fe47Copy full SHA for 4e9fe47
1 file changed
Dockerfile
@@ -38,7 +38,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
38
&& rm -rf /var/lib/apt/lists/*
39
40
# Install Docker CLI
41
-ARG DOCKER_PACKAGE=5:${DOCKER_VERSION}-1~ubuntu.24.10~oracular
+ARG DOCKER_PACKAGE=5:${DOCKER_VERSION}-1~ubuntu.24.04~noble
42
RUN install -m 0755 -d /etc/apt/keyrings && \
43
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc && \
44
chmod a+r /etc/apt/keyrings/docker.asc && \
0 commit comments