build: Fix Dockerfile

This commit is contained in:
Joel Therrien 2025-01-12 14:34:55 -08:00
parent f2642c0749
commit a3b707a7b6

View file

@ -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/