Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

# Pull the base image
FROM ubuntu:24.10 as build
FROM ubuntu:24.04 as build

# Install deps
RUN \
Expand All @@ -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 <jkarneges@fastly.com>

RUN \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down