Skip to content

Commit 3ac7ed0

Browse files
authored
Merge pull request #915 from dev-hato/dependabot/docker/python-3.10.4-slim-bullseye
Bump python from 3.10.3-slim-bullseye to 3.10.4-slim-bullseye
2 parents b90c4c2 + e70d811 commit 3ac7ed0

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.10.3
1+
3.10.4

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

1010
WORKDIR /usr/src/app
1111

0 commit comments

Comments
 (0)