Skip to content

Commit 3da3a10

Browse files
chore(deps): update python docker tag to v3.11.12
1 parent a19230a commit 3da3a10

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.11.10-alpine@sha256:65c34f59d896f939f204e64c2f098db4a4c235be425bd8f0804fd389b1e5fd80 AS builder
2+
FROM python:3.11.12-alpine@sha256:32ac7ba3dad4bcee9c8cfaf3b489f832b84ba0a1eb8ef76685456d424baaf444 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.11.10-alpine@sha256:65c34f59d896f939f204e64c2f098db4a4c235be425bd8f0804fd389b1e5fd80
14+
FROM python:3.11.12-alpine@sha256:32ac7ba3dad4bcee9c8cfaf3b489f832b84ba0a1eb8ef76685456d424baaf444
1515

1616
# Set working directory
1717
WORKDIR /app

0 commit comments

Comments
 (0)