Bump python version to 3.10 (#333)

* Bump python version to 3.10

* Fix python version in CI config

* Bump to python 3.10.6
This commit is contained in:
Sascha Ißbrücker
2022-09-04 10:05:29 +02:00
committed by GitHub
parent 38f4dd2bea
commit 3aca790212
5 changed files with 5 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ COPY . .
RUN npm run build
FROM python:3.9.6-slim-buster AS python-base
FROM python:3.10.6-slim-buster AS python-base
RUN apt-get update && apt-get -y install build-essential
WORKDIR /etc/linkding
@@ -33,7 +33,7 @@ RUN mkdir /opt/venv && \
/opt/venv/bin/pip install -Ur requirements.txt
FROM python:3.9.6-slim-buster as final
FROM python:3.10.6-slim-buster as final
RUN apt-get update && apt-get -y install mime-support
WORKDIR /etc/linkding
# copy prod dependencies