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 d36c9d0 commit 63845fcCopy full SHA for 63845fc
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:25.04
+FROM ubuntu:24.10
2
3
ARG TARGETOS
4
ARG TARGETARCH
@@ -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.04~noble
+ARG DOCKER_PACKAGE=5:${DOCKER_VERSION}-1~ubuntu.24.10~oracular
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