Skip to content

Commit 8c16439

Browse files
#minor: bump python from 3.13.3-slim to 3.13.4-slim (#133)
Bumps python from 3.13.3-slim to 3.13.4-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.4-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c6e60e commit 8c16439

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
@@ -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.3-slim
5+
FROM python:3.13.4-slim
66

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

0 commit comments

Comments
 (0)