chg: Dockerfile (alpine) - upgrade img ver to 3.18.0

update python version to match newer release
pull/2381/head
Bharath Vignesh J K 2023-05-10 20:27:14 +05:30
parent 156d8b6134
commit ddd0c47a78
1 changed files with 4 additions and 3 deletions

View File

@ -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