mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
⬆️ Updated python
This commit is contained in:
@@ -15,4 +15,4 @@ jobs:
|
|||||||
secrets:
|
secrets:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
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
|
FROM python:${PYTHON_VERSION} AS python
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user