Skip to content

Commit

Permalink
Merge pull request #87 from deNBI/dependabot/docker/dev/python-3.10.0
Browse files Browse the repository at this point in the history
feat(deps): bump python from 3.9.7 to 3.10.0
  • Loading branch information
vktrrdk authored Oct 20, 2021
2 parents f5b46b3 + 1aaa538 commit 828d47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.7
FROM python:3.10.0
ENV WEBHOOK_URL_PREFIX="wiki/hooks"
RUN apt update
RUN apt install -y unzip apache2 build-essential python3-dev python3-pip python3-setuptools python3-wheel python3-cffi libcairo2 libpango-1.0-0 libpangocairo-1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info
Expand Down

0 comments on commit 828d47f

Please sign in to comment.