We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b90c4c2 + e70d811 commit 3ac7ed0Copy full SHA for 3ac7ed0
2 files changed
.python-version
@@ -1 +1 @@
1
-3.10.3
+3.10.4
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.10.3-slim-bullseye
+FROM python:3.10.4-slim-bullseye
9
10
WORKDIR /usr/src/app
11
0 commit comments