Skip to content

Commit 489a43d

Browse files
authored
Merge pull request #41 from jcostom/dependabot/docker/python-3.13.5-slim-bookworm
Bump python from 3.13.3-slim-bookworm to 3.13.5-slim-bookworm
2 parents 441606b + e640886 commit 489a43d

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)