We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 441606b + e640886 commit 489a43dCopy full SHA for 489a43d
1 file changed
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM python:3.13.3-slim-bookworm AS builder
+FROM python:3.13.5-slim-bookworm AS builder
2
3
ARG TZ=America/New_York
4
RUN apt update && apt -yq install gcc make
5
RUN pip install requests
6
7
-FROM python:3.13.3-slim-bookworm
+FROM python:3.13.5-slim-bookworm
8
9
10
ARG PYVER=3.13
0 commit comments