build: Fix Dockerfile
This commit is contained in:
parent
f2642c0749
commit
a3b707a7b6
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
LABEL authors="joel"
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
@ -30,7 +30,7 @@ RUN cd ui && npm run build
|
||||||
RUN cd server && cargo build --release
|
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"
|
LABEL authors="joel"
|
||||||
|
|
||||||
WORKDIR /srv/
|
WORKDIR /srv/
|
||||||
|
|
Loading…
Reference in a new issue