diff --git a/Dockerfile b/Dockerfile index 3e8c0300..fc66b9a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN set -eux; \ # ┌───────────────────────────────────────────────────────────────────────────┐ # │ : create the yaLDAP runtime image using all previous stages │ # └───────────────────────────────────────────────────────────────────────────┘ -FROM docker.io/library/alpine:3.19.0 +FROM docker.io/library/alpine:3.19.1 # renovate: datasource=github-tags depName=xunleii/yaldap versioning=semver ARG YALDAP_VERSION="v0.1.1"