Skip to content

Commit 4caeb20

Browse files
chore(patch): update python to 3.14.3 #patch (#55)
Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com>
1 parent a8fba59 commit 4caeb20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.2-alpine@sha256:2a77c2640cc80f5506babd027c883abc55f04d44173fd52eeacea9d3b978e811 AS builder
2+
FROM python:3.14.3-alpine@sha256:e43b76c7e4a8a4621f4e84fd76e0dfb473eda5cc05fc58b2d4d640338eda48b1 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.2-alpine@sha256:2a77c2640cc80f5506babd027c883abc55f04d44173fd52eeacea9d3b978e811
14+
FROM python:3.14.3-alpine@sha256:e43b76c7e4a8a4621f4e84fd76e0dfb473eda5cc05fc58b2d4d640338eda48b1
1515

1616
# Set working directory
1717
WORKDIR /app

0 commit comments

Comments
 (0)