Skip to content

Commit b8e2084

Browse files
chore(deps): bump python from 3.11.1-slim to 3.11.2-slim (#104)
Bumps python from 3.11.1-slim to 3.11.2-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c50d01 commit b8e2084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.1-slim
1+
FROM python:3.11.2-slim
22

33
RUN apt-get update && \
44
apt-cache madison git | awk 'END {print $3}' | xargs -i apt-get install -y --no-install-recommends git={} && \

0 commit comments

Comments
 (0)