Skip to content

Commit c11bea4

Browse files
authored
Merge pull request #836 from dev-hato/dependabot/docker/python-3.10.2-slim-bullseye
Bump python from 3.9.10-slim-bullseye to 3.10.2-slim-bullseye
2 parents 29bfdd6 + 557f4e6 commit c11bea4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.10
1+
3.10.2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update \
55
&& apt-get install -y --no-install-recommends git \
66
&& sed -i "s/^\(GIT_COMMIT_HASH = \).*\$/\1'$(git rev-parse HEAD)'/" slackbot_settings.py
77

8-
FROM python:3.9.10-slim-bullseye
8+
FROM python:3.10.2-slim-bullseye
99

1010
WORKDIR /usr/src/app
1111

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[requires]
7-
python_version = "3.9.10"
7+
python_version = "3.10.2"
88

99
[dev-packages]
1010
autopep8 = "==1.6.0"

0 commit comments

Comments
 (0)