Skip to content

Commit 597340c

Browse files
dependabot[bot]BobAnkh
authored andcommitted
chore(deps): bump python from 3.12.4-slim to 3.13.3-slim
Bumps python from 3.12.4-slim to 3.13.3-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.3-slim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be0cc25 commit 597340c

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.12.4-slim
1+
FROM python:3.13.3-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)