Merge pull request #2381 from nicolargo/update-dockerfile

chg: Dockerfile (alpine) - upgrade img ver to 3.18.0
pull/2383/head
RazCrimson 2023-05-10 20:58:28 +05:30 committed by GitHub
commit 1a18c65f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -5,11 +5,12 @@
# #
# WARNING: the versions should be set. # 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. # Note: ENV is for future running containers. ARG for building your Docker image.
ARG IMAGE_VERSION=3.17.3 ARG IMAGE_VERSION=3.18.0
ARG PYTHON_VERSION=3.10 ARG PYTHON_VERSION=3.11
FROM alpine:${IMAGE_VERSION} as build FROM alpine:${IMAGE_VERSION} as build
ARG PYTHON_VERSION ARG PYTHON_VERSION