From a3b707a7b6c393fe0cbf10a72ac3a15004f917d1 Mon Sep 17 00:00:00 2001 From: Joel Therrien Date: Sun, 12 Jan 2025 14:34:55 -0800 Subject: [PATCH] build: Fix Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 91364c6..e8db54c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/ubuntu:latest as build-stage +FROM docker.io/library/ubuntu:24.04 as build-stage LABEL authors="joel" ENV DEBIAN_FRONTEND noninteractive @@ -30,7 +30,7 @@ RUN cd ui && npm run build RUN cd server && cargo build --release -FROM docker.io/library/ubuntu:latest as final-image +FROM docker.io/library/ubuntu:24.04 as final-image LABEL authors="joel" WORKDIR /srv/