Skip to content

Commit 6cdb95a

Browse files
feat: update python to 3.14.0 #minor (#37)
Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com>
1 parent d7e8493 commit 6cdb95a

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.13.8-alpine@sha256:7466fcadc01effec6ae9b26f147673090a9828a16ecd7cfa5898855e3bbf12db AS builder
2+
FROM python:3.14.0-alpine@sha256:9c32c2f24d00536cac7d4d356d82c5274fb17366c52aa59ed0cc4c06f8b60a35 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.13.8-alpine@sha256:7466fcadc01effec6ae9b26f147673090a9828a16ecd7cfa5898855e3bbf12db
14+
FROM python:3.14.0-alpine@sha256:9c32c2f24d00536cac7d4d356d82c5274fb17366c52aa59ed0cc4c06f8b60a35
1515

1616
# Set working directory
1717
WORKDIR /app

0 commit comments

Comments
 (0)