Skip to content

Commit e8c2b77

Browse files
Bump python from 3.10.3-slim-bullseye to 3.10.4-slim-bullseye
Bumps python from 3.10.3-slim-bullseye to 3.10.4-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b90c4c2 commit e8c2b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)