bump python version

This commit is contained in:
Ross
2023-05-22 11:21:06 +01:00
parent 8cd8e9226c
commit 4dc9fdcb8b
+2 -2
View File
@@ -1,5 +1,5 @@
# pull official base image # pull official base image
FROM python:3.11.1-slim FROM python:3.11.3-slim
# set work directory # set work directory
WORKDIR /usr/src/rad WORKDIR /usr/src/rad
@@ -13,7 +13,7 @@ ENV PYTHONUNBUFFERED 1
# python3 python3-dev gcc \ # python3 python3-dev gcc \
# gfortran musl-dev \ # gfortran musl-dev \
# libffi-dev openssl-dev # libffi-dev openssl-dev
RUN apt-get update && apt-get -y install postgresql postgresql-contrib git RUN apt-get update && apt-get -y install postgresql postgresql-contrib git libcairo2-dev pkg-config gcc
# install dependencies # install dependencies