Skip to content

Commit

Permalink
build: upgrade container to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xenophonf committed Nov 30, 2023
1 parent 53dcaec commit f44975a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
# License along with this program. If not, see
# <https://www.gnu.org/licenses/>.

ARG PYTHON_VERSION=3.10
# Default to this version of Python. Override via a build argument.
ARG BASE_VERSION=3.11

# This container image definition uses a multi-stage build process;
# cf. https://pythonspeed.com/articles/multi-stage-docker-python/.
Expand Down

0 comments on commit f44975a

Please sign in to comment.