Skip to content

Commit 63845fc

Browse files
committed
build: update Dockerfile to use Ubuntu 24.10 and adjust Docker package version
1 parent d36c9d0 commit 63845fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:25.04
1+
FROM ubuntu:24.10
22

33
ARG TARGETOS
44
ARG TARGETARCH
@@ -38,7 +38,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
3838
&& rm -rf /var/lib/apt/lists/*
3939

4040
# Install Docker CLI
41-
ARG DOCKER_PACKAGE=5:${DOCKER_VERSION}-1~ubuntu.24.04~noble
41+
ARG DOCKER_PACKAGE=5:${DOCKER_VERSION}-1~ubuntu.24.10~oracular
4242
RUN install -m 0755 -d /etc/apt/keyrings && \
4343
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc && \
4444
chmod a+r /etc/apt/keyrings/docker.asc && \

0 commit comments

Comments
 (0)