Skip to content

Commit 1951ad6

Browse files
committed
update from python 3.9 to 3.10 for vcell-batch
1 parent b2ce4a0 commit 1951ad6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.7-slim AS build
1+
FROM python:3.10.15-slim AS build
22

33
RUN apt-get -y update && apt-get install -y apt-utils && \
44
apt-get install -y -qq -o=Dpkg::Use-Pty=0 build-essential gfortran zlib1g-dev \
@@ -38,12 +38,12 @@ RUN $JAVA_HOME/bin/jlink \
3838
--output /javaruntime
3939

4040
# Define base image and copy in jlink created minimal Java 17 environment
41-
FROM python:3.9.7-slim
41+
FROM python:3.10.15-slim
4242
ENV JAVA_HOME=/opt/java/openjdk
4343
ENV PATH="${JAVA_HOME}/bin:${PATH}"
4444
COPY --from=jre-build /javaruntime $JAVA_HOME
4545

46-
# now we have Java 17 and Python 3.9
46+
# now we have Java 17 and Python 3.10.15 installed
4747
ENV DEBIAN_FRONTEND=noninteractive
4848
ENV LANG=en_US.UTF-8
4949

0 commit comments

Comments
 (0)