From d74881bd4e94cf7810913105c879e252a7373b62 Mon Sep 17 00:00:00 2001 From: Peter DeVita Date: Fri, 6 Mar 2026 10:27:19 -0500 Subject: [PATCH] Swap container to Ubuntu 24.04 --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 374a8ec..42be718 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # # Pull the base image -FROM ubuntu:24.10 as build +FROM ubuntu:24.04 as build # Install deps RUN \ @@ -26,7 +26,7 @@ RUN make RELEASE=1 PREFIX=/usr CONFIGDIR=/etc RUN make RELEASE=1 PREFIX=/usr CONFIGDIR=/etc check RUN make RELEASE=1 PREFIX=/usr CONFIGDIR=/etc INSTALL_ROOT=/build/out install -FROM ubuntu:24.10 +FROM ubuntu:24.04 MAINTAINER Justin Karneges RUN \ diff --git a/README.md b/README.md index 2c4843f..f5f0220 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains **Dockerfile** of [Pushpin](http://pushpin.org/) for [D ## Base Docker Image -* [ubuntu:24.10](https://hub.docker.com/_/ubuntu/) +* [ubuntu:24.04](https://hub.docker.com/_/ubuntu/) ## Installation