From 74b133ca50b094231721e82ac94448e28b0aa377 Mon Sep 17 00:00:00 2001 From: JJ Date: Thu, 18 Jul 2024 17:36:19 -0700 Subject: fix builds --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1af5fa0..165fd83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,8 +38,7 @@ RUN pnpm install && pnpm build # LAST STAGE -FROM ubuntu:20.04 - +FROM ubuntu:22.04 COPY --from=BACKEND_BUILDER /caronte/build /opt/caronte COPY --from=FRONTEND_BUILDER /caronte-frontend/build /opt/caronte/frontend/build -- cgit v1.2.3-70-g09d2