Skip to content

Commit 4da213e

Browse files
Merge pull request #3794 from dev-hato/renovate/python-3.x
Update python Docker tag to v3.12.3
2 parents 21ab03a + 8f7275c commit 4da213e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.2
1+
3.12.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.12.2-slim-bullseye
8+
FROM python:3.12.3-slim-bullseye
99

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

0 commit comments

Comments
 (0)