We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29bfdd6 + 557f4e6 commit c11bea4Copy full SHA for c11bea4
3 files changed
.python-version
@@ -1 +1 @@
1
-3.9.10
+3.10.2
Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update \
5
&& apt-get install -y --no-install-recommends git \
6
&& sed -i "s/^\(GIT_COMMIT_HASH = \).*\$/\1'$(git rev-parse HEAD)'/" slackbot_settings.py
7
8
-FROM python:3.9.10-slim-bullseye
+FROM python:3.10.2-slim-bullseye
9
10
WORKDIR /usr/src/app
11
Pipfile
@@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
4
verify_ssl = true
[requires]
-python_version = "3.9.10"
+python_version = "3.10.2"
[dev-packages]
autopep8 = "==1.6.0"
0 commit comments