aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-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