Skip to content

Commit 8326edd

Browse files
chore(deps): update python docker tag to v3.12.6
1 parent edc4118 commit 8326edd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

backend/api/.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.9
1+
3.12.6

backend/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Using a slim version for a smaller base image
2-
FROM python:3.11.6-slim-bullseye
2+
FROM python:3.12.6-slim-bullseye@sha256:34ba6fe9564c84d5f9252cbfff93f20e1ca325fa89d02cb0eb72ad73663c2314
33

44
ARG DEV_MODE
55
ENV DEV_MODE=$DEV_MODE

backend/api/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Using a slim version for a smaller base image
2-
FROM python:3.11.6-slim-bullseye
2+
FROM python:3.12.6-slim-bullseye@sha256:34ba6fe9564c84d5f9252cbfff93f20e1ca325fa89d02cb0eb72ad73663c2314
33

44
ARG DEV_MODE
55
ENV DEV_MODE=$DEV_MODE

backend/core/.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.9
1+
3.12.6

backend/core/Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Using a slim version for a smaller base image
2-
FROM python:3.11.6-slim-bullseye
2+
FROM python:3.12.6-slim-bullseye@sha256:34ba6fe9564c84d5f9252cbfff93f20e1ca325fa89d02cb0eb72ad73663c2314
33

44
# Install GEOS library, Rust, and other dependencies, then clean up
55
RUN apt-get clean && apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)