Skip to content

Commit

Permalink
now pointing to python 3.12
Browse files Browse the repository at this point in the history
- Ubuntu version 24.04
  • Loading branch information
harivyasi committed Mar 6, 2025
1 parent ac2de6d commit 65ed7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 65ed7c8

Please sign in to comment.