From 401eb7a37742a4759422d67150dbaeaa7cb439b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:22:41 +0000 Subject: [PATCH] Update dependency https://git.samba.org/samba.git to v4.21.0rc4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59f428d..9b4fbfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.19.1 AS build -ARG SAMBA_VERSION=4.18.3 +ARG SAMBA_VERSION=4.21.0rc4 # Deps sourced from https://git.alpinelinux.org/aports/tree/main/samba/APKBUILD RUN apk add build-base coreutils \