Skip to content

Commit 076c970

Browse files
Merge pull request #2551 from dev-hato/renovate/python-3.x
Update python Docker tag to v3.11.3
2 parents a9b05cc + 9ec9d5d commit 076c970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.2
1+
3.11.3

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.11.2-slim-bullseye
8+
FROM python:3.11.3-slim-bullseye
99

1010
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1111

0 commit comments

Comments
 (0)