There was an error while loading. Please reload this page.
1 parent a8fba59 commit 4caeb20Copy full SHA for 4caeb20
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Use an official Python runtime as a parent image
2
-FROM python:3.14.2-alpine@sha256:2a77c2640cc80f5506babd027c883abc55f04d44173fd52eeacea9d3b978e811 AS builder
+FROM python:3.14.3-alpine@sha256:e43b76c7e4a8a4621f4e84fd76e0dfb473eda5cc05fc58b2d4d640338eda48b1 AS builder
3
4
# Set working directory
5
WORKDIR /app
@@ -11,7 +11,7 @@ COPY requirements.txt .
11
RUN pip install --no-cache-dir -r requirements.txt
12
13
# Use a smaller base image for the final image
14
-FROM python:3.14.2-alpine@sha256:2a77c2640cc80f5506babd027c883abc55f04d44173fd52eeacea9d3b978e811
+FROM python:3.14.3-alpine@sha256:e43b76c7e4a8a4621f4e84fd76e0dfb473eda5cc05fc58b2d4d640338eda48b1
15
16
17
0 commit comments