Skip to content

Commit 1e059c2

Browse files
chore(deps): update python docker tag
1 parent 8fb4887 commit 1e059c2

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.5

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:6532d3187193a1ac4ee129abcd6f470c8a9f38d7b188a8a861bbc4a3a40b6bd8
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:6532d3187193a1ac4ee129abcd6f470c8a9f38d7b188a8a861bbc4a3a40b6bd8
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.5

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:6532d3187193a1ac4ee129abcd6f470c8a9f38d7b188a8a861bbc4a3a40b6bd8
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)