mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
⬆️ Updated python
This commit is contained in:
@@ -15,4 +15,4 @@ jobs:
|
||||
secrets:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
PYTHON_VERSION: '3.10'
|
||||
PYTHON_VERSION: '3.11'
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
ARG PYTHON_VERSION=3.10-slim-bullseye
|
||||
ARG PYTHON_VERSION=3.11-slim-bullseye
|
||||
|
||||
FROM python:${PYTHON_VERSION} AS python
|
||||
|
||||
|
||||
Reference in New Issue
Block a user