Upgrade python to 3.11

api
Simon 3 years ago
parent 4a504468d3
commit 3f360beeb3

@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
###############################################################################
FROM python:3.10-alpine
FROM python:3.11-alpine
ENTRYPOINT [ "/entrypoint" ]

@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
###############################################################################
FROM python:3.10-alpine
FROM python:3.11-alpine
ENTRYPOINT [ "/entrypoint" ]

Loading…
Cancel
Save

Powered by TurnKey Linux.