Skip to content

Commit 8f7275c

Browse files
Update python Docker tag to v3.12.3
1 parent 21ab03a commit 8f7275c

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)