File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Use an official Python runtime as a parent image
2- FROM python:3.12.11 -alpine@sha256:02a73ead8397e904cea6d17e18516f1df3590e05dc8823bd5b1c7f849227d272 AS builder
2+ FROM python:3.13.7 -alpine@sha256:9ba6d8cbebf0fb6546ae71f2a1c14f6ffd2fdab83af7fa5669734ef30ad48844 AS builder
33
44# Set working directory
55WORKDIR /app
@@ -11,7 +11,7 @@ COPY requirements.txt .
1111RUN pip install --no-cache-dir -r requirements.txt
1212
1313# Use a smaller base image for the final image
14- FROM python:3.12.11 -alpine@sha256:02a73ead8397e904cea6d17e18516f1df3590e05dc8823bd5b1c7f849227d272
14+ FROM python:3.13.7 -alpine@sha256:9ba6d8cbebf0fb6546ae71f2a1c14f6ffd2fdab83af7fa5669734ef30ad48844
1515
1616# Set working directory
1717WORKDIR /app
You can’t perform that action at this time.
0 commit comments