Skip to content

Commit

Permalink
Upgrade to Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Pekka Lampila committed Oct 30, 2023
1 parent 8d79100 commit bc1f5cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ==============================
FROM helsinkitest/python:3.8-slim as appbase
FROM helsinkitest/python:3.9-slim as appbase
# ==============================
RUN mkdir /entrypoint

Expand All @@ -9,7 +9,7 @@ COPY --chown=appuser:appuser requirements-prod.txt /app/requirements-prod.txt
RUN apt-install.sh \
build-essential \
libpq-dev \
netcat \
netcat-traditional \
gdal-bin \
python3-gdal \
&& pip install -U pip \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Prerequisites:

Prerequisites:
* PostgreSQL 11
* Python 3.8
* Python 3.9


### Installing Python requirements
Expand Down

0 comments on commit bc1f5cc

Please sign in to comment.