chore: use latest Alpine for container
This commit is contained in:
parent
6a76f37bce
commit
6a5e59a62f
@ -1,5 +1,5 @@
|
|||||||
ARG RUNTIME_VERSION="3.11"
|
ARG RUNTIME_VERSION="3.11"
|
||||||
ARG DISTRO_VERSION="3.18"
|
ARG DISTRO_VERSION="3.19"
|
||||||
|
|
||||||
FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder
|
FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder
|
||||||
ARG RUNTIME_VERSION="3.11"
|
ARG RUNTIME_VERSION="3.11"
|
||||||
|
Loading…
Reference in New Issue
Block a user