Update alpine Docker tag to v3.18.2

pull/2457/head
renovate[bot] 2023-06-14 18:55:26 +00:00 committed by GitHub
parent fc1570da75
commit 885cecef90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# Ex: Python 3.11 for Alpine 3.18 # 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.18.0 ARG IMAGE_VERSION=3.18.2
ARG PYTHON_VERSION=3.11 ARG PYTHON_VERSION=3.11
############################################################################## ##############################################################################