mirror of
https://github.com/rommapp/romm.git
synced 2026-06-27 22:35:57 +00:00
misc: Upgrade to Python 3.13
Small changes to upgrade Python to version 3.13, and fixes based on a `pyupgrade` run using the `--py313-plus` flag.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
ARG ALPINE_VERSION=3.22
|
||||
ARG NGINX_VERSION=1.29.0
|
||||
ARG NODE_VERSION=20.19
|
||||
ARG PYTHON_VERSION=3.12
|
||||
ARG PYTHON_VERSION=3.13
|
||||
|
||||
|
||||
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION} AS frontend-build
|
||||
|
||||
Reference in New Issue
Block a user