Skip to content

Commit

Permalink
lock python version
Browse files Browse the repository at this point in the history
we set it in dockerfile and also for local dev in .python-version
  • Loading branch information
igor47 committed Dec 7, 2023
1 parent 5a3eeba commit 196abfa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
README.md
.direnv
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.direnv
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12.0
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM python:3.12.0-alpine3.18
RUN apk add --no-cache age

0 comments on commit 196abfa

Please sign in to comment.