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

Update alpine Docker tag to v3.17
pull/2204/head
Nicolas Hennion 2022-11-19 15:31:25 +01:00 committed by GitHub
commit 81dc33fe74
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.10 for Alpine 3.16
# Note: ENV is for future running containers. ARG for building your Docker image.
ARG IMAGE_VERSION=3.16
ARG IMAGE_VERSION=3.17
ARG PYTHON_VERSION=3.10
FROM alpine:${IMAGE_VERSION} as build
ARG PYTHON_VERSION