Skip to content

Commit

Permalink
Bump python from 3.9.6 to 3.12.6 in /.docker
Browse files Browse the repository at this point in the history
Bumps python from 3.9.6 to 3.12.6.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent f4a184c commit 9e70d5e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .docker/odbx_Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.6
FROM python:3.12.6

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion .docker/odbx_index_Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.6
FROM python:3.12.6

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion .docker/odbx_rest_Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.6
FROM python:3.12.6

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion .docker/odbx_rest_dcgat_Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.6
FROM python:3.12.6

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion .docker/odbx_rest_electrides_Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.6
FROM python:3.12.6

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion .docker/odbx_rest_misc_Dockerfile
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.6
FROM python:3.12.6

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion .docker/odbx_rest_test_Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.6
FROM python:3.12.6

WORKDIR /app

Expand Down

0 comments on commit 9e70d5e

Please sign in to comment.