Skip to content

Commit e640886

Browse files
Bump python from 3.13.3-slim-bookworm to 3.13.5-slim-bookworm
Bumps python from 3.13.3-slim-bookworm to 3.13.5-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.5-slim-bookworm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 441606b commit e640886

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM python:3.13.3-slim-bookworm AS builder
1+
FROM python:3.13.5-slim-bookworm AS builder
22

33
ARG TZ=America/New_York
44
RUN apt update && apt -yq install gcc make
55
RUN pip install requests
66

7-
FROM python:3.13.3-slim-bookworm
7+
FROM python:3.13.5-slim-bookworm
88

99
ARG TZ=America/New_York
1010
ARG PYVER=3.13

0 commit comments

Comments
 (0)