diff --git a/Dockerfile b/Dockerfile index 9f4e0f90..397fae80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Private variables, not passed in from outside, but helpful for this file -ARG BASE=ubuntu:22.04 +ARG BASE=ubuntu:24.04 # Stage 1: the base image FROM ${BASE} AS base @@ -34,7 +34,7 @@ ARG BUILD_CONVERTER=v1.3.0 # install system packages RUN apt-get update && \ - apt-get install -y --no-install-recommends --autoremove --fix-missing python3.10 python3-pip python3-venv libmagic1 curl git + apt-get install -y --no-install-recommends --autoremove --fix-missing python3.12 python3-pip python3-venv libmagic1 curl git WORKDIR /srv RUN git clone --single-branch --branch dev-deploy-1 --depth=1 https://github.com/ComPlat/chemotion-converter-app chemotion