Skip to content

Commit 12fdc2e

Browse files
chore(fallback): update python
1 parent 1dcb3bd commit 12fdc2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Python runtime as a parent image
2-
FROM python:3.14.1-alpine@sha256:4f699e4afac838c50be76deac94a6dde0e287d5671fd8e95eb410f850801b237 AS builder
2+
FROM python:3.14.1-alpine@sha256:b80c82b1a282283bd3e3cd3c6a4c895d56d1385879c8c82fa673e9eb4d6d4aa5 AS builder
33

44
# Set working directory
55
WORKDIR /app
@@ -11,7 +11,7 @@ COPY requirements.txt .
1111
RUN pip install --no-cache-dir -r requirements.txt
1212

1313
# Use a smaller base image for the final image
14-
FROM python:3.14.1-alpine@sha256:4f699e4afac838c50be76deac94a6dde0e287d5671fd8e95eb410f850801b237
14+
FROM python:3.14.1-alpine@sha256:b80c82b1a282283bd3e3cd3c6a4c895d56d1385879c8c82fa673e9eb4d6d4aa5
1515

1616
# Set working directory
1717
WORKDIR /app

0 commit comments

Comments
 (0)