Skip to content

Commit

Permalink
python 3.11 bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
yaythomas committed Nov 8, 2023
1 parent a5f7c57 commit 931d718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypyr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# build me like this from repo root:
# docker build -t pypyr/pypyr -t pypyr/pypyr:latest -t pypyr/pypyr:0.8 -t pypyr/pypyr:0.8.0 -f pypyr/Dockerfile .
# 3-stretch implies release versions >=3.6.5
FROM python:3-buster
FROM python:3.11-bookworm
# version of pypyr to install. This version must exist on pypi.
ARG pypyrversion=5.9.1
# awsversion: version of pypyraws to install. This version must exist on pypi.
Expand Down

0 comments on commit 931d718

Please sign in to comment.