We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca9ad02 + a11568c commit d542121Copy full SHA for d542121
1 file changed
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM python:3.14.2-slim-bookworm AS builder
+FROM python:3.14.3-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.14.2-slim-bookworm
+FROM python:3.14.3-slim-bookworm
8
9
10
ARG PYVER=3.14
0 commit comments