Skip to content

Commit

Permalink
feat: upgrade dockerfile to python 3.10 (ApeWorX#1495)
Browse files Browse the repository at this point in the history
Co-authored-by: El De-dog-lo <[email protected]>
  • Loading branch information
sabotagebeats and fubuloubu authored Aug 17, 2023
1 parent 218ef50 commit d84e45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See LICENSE in the project root for license information.
#---------------------------------------------------------------------------------------------

ARG PYTHON_VERSION="3.9"
ARG PYTHON_VERSION="3.10"
ARG PLUGINS_FILE="./recommended-plugins.txt"

FROM python:${PYTHON_VERSION} as builder
Expand Down

0 comments on commit d84e45e

Please sign in to comment.