Skip to content

Commit

Permalink
Merge pull request #46 from dfe-analytical-services/Revert_Python_Ver…
Browse files Browse the repository at this point in the history
…sion

chore(deps): temporarily revert docker dependencies to use python 3.11 and add pyenv .python-version config file
  • Loading branch information
benoutram authored Dec 20, 2023
2 parents 7437224 + 7afef27 commit 54ba104
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11.3
2 changes: 1 addition & 1 deletion data_ingestion/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim as base
FROM python:3.11-slim as base

# Setup env
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down
2 changes: 1 addition & 1 deletion response_automater/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim as base
FROM python:3.11-slim as base

# Setup env
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down

0 comments on commit 54ba104

Please sign in to comment.