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] authored Oct 4, 2024
1 parent 8a19c38 commit a43f382
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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:6fe70237cff8ad7c0a91b992cb7cb454187dfd2e3f08ce2d023907d76db8c287

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

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

# Install GEOS library, Rust, and other dependencies, then clean up
RUN apt-get clean && apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion backend/core/MegaParse/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:6fe70237cff8ad7c0a91b992cb7cb454187dfd2e3f08ce2d023907d76db8c287

# 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 a43f382

Please sign in to comment.