Skip to content

Commit

Permalink
Remove specific patch version from Python buildpacks
Browse files Browse the repository at this point in the history
  • Loading branch information
geekygirlsarah committed May 13, 2022
1 parent 40f1d38 commit 20916cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.4
3.10
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.4-slim AS builder
FROM python:3.10-slim AS builder

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
Expand Down
2 changes: 1 addition & 1 deletion backend/runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.10.4
python-3.10

0 comments on commit 20916cc

Please sign in to comment.