Skip to content

Commit a086e04

Browse files
chore(deps): update python docker tag to v3.12.6
1 parent 4e96ad8 commit a086e04

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:6fe70237cff8ad7c0a91b992cb7cb454187dfd2e3f08ce2d023907d76db8c287
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:6fe70237cff8ad7c0a91b992cb7cb454187dfd2e3f08ce2d023907d76db8c287
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:6fe70237cff8ad7c0a91b992cb7cb454187dfd2e3f08ce2d023907d76db8c287
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)