Merge pull request #2562 from nicolargo/renovate/alpine-3.x

chore(deps): update alpine docker tag to v3.18.4
This commit is contained in:
Nicolas Hennion 2023-10-07 10:35:56 +02:00 committed by GitHub
commit 09830b9946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.3 ARG IMAGE_VERSION=3.18.4
ARG PYTHON_VERSION=3.11 ARG PYTHON_VERSION=3.11
############################################################################## ##############################################################################