mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-23 20:45:33 +03:00
chg: Dockerfile (alpine) - upgrade img ver to 3.18.0
update python version to match newer release
This commit is contained in:
parent
156d8b6134
commit
ddd0c47a78
@ -5,11 +5,12 @@
|
||||
#
|
||||
|
||||
# WARNING: the versions should be set.
|
||||
# Ex: Python 3.10 for Alpine 3.16
|
||||
# Ex: Python 3.11 for Alpine 3.18
|
||||
# Note: ENV is for future running containers. ARG for building your Docker image.
|
||||
|
||||
ARG IMAGE_VERSION=3.17.3
|
||||
ARG PYTHON_VERSION=3.10
|
||||
ARG IMAGE_VERSION=3.18.0
|
||||
ARG PYTHON_VERSION=3.11
|
||||
|
||||
FROM alpine:${IMAGE_VERSION} as build
|
||||
ARG PYTHON_VERSION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user