Skip to content

Commit 4e9fe47

Browse files
committed
build: update Dockerfile to use Docker package for Ubuntu 24.04
1 parent d8b2327 commit 4e9fe47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.10~oracular
41+
ARG DOCKER_PACKAGE=5:${DOCKER_VERSION}-1~ubuntu.24.04~noble
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)