Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent edc4118 commit 8326edd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/api/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.9
3.12.6
2 changes: 1 addition & 1 deletion backend/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Using a slim version for a smaller base image
FROM python:3.11.6-slim-bullseye
FROM python:3.12.6-slim-bullseye@sha256:34ba6fe9564c84d5f9252cbfff93f20e1ca325fa89d02cb0eb72ad73663c2314

ARG DEV_MODE
ENV DEV_MODE=$DEV_MODE
Expand Down
2 changes: 1 addition & 1 deletion backend/api/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Using a slim version for a smaller base image
FROM python:3.11.6-slim-bullseye
FROM python:3.12.6-slim-bullseye@sha256:34ba6fe9564c84d5f9252cbfff93f20e1ca325fa89d02cb0eb72ad73663c2314

ARG DEV_MODE
ENV DEV_MODE=$DEV_MODE
Expand Down
2 changes: 1 addition & 1 deletion backend/core/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.9
3.12.6
2 changes: 1 addition & 1 deletion backend/core/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Using a slim version for a smaller base image
FROM python:3.11.6-slim-bullseye
FROM python:3.12.6-slim-bullseye@sha256:34ba6fe9564c84d5f9252cbfff93f20e1ca325fa89d02cb0eb72ad73663c2314

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

0 comments on commit 8326edd

Please sign in to comment.