aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ2024-07-19 00:36:19 +0000
committerJJ2024-07-19 00:36:19 +0000
commit74b133ca50b094231721e82ac94448e28b0aa377 (patch)
tree80cf3d316a081793ea5360c8a350963f2d22868c
parent2beddfc17cf736844cffe6a94bf647afc4796423 (diff)
fix builds
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 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