Skip to content

Commit da88823

Browse files
#minor: bump python from 3.13.0-slim to 3.13.1-slim (#118)
Bumps python from 3.13.0-slim to 3.13.1-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 ffa20b9 commit da88823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use the official Python 3 image.
33
# https://hub.docker.com/_/python
44
#FROM python:3.8.16-slim
5-
FROM python:3.13.0-slim
5+
FROM python:3.13.1-slim
66

77
ARG DEBIAN_FRONTEND=noninteractive
88
RUN apt-get -y update \

0 commit comments

Comments
 (0)