From b14f77046c5e4348c895d8bf217a0dd040e7392f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 03:46:08 +0000 Subject: [PATCH] Update dependency https://git.samba.org/samba.git to v4.19.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be76bc4..075fbea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.18.5 AS build -ARG SAMBA_VERSION=4.18.3 +ARG SAMBA_VERSION=4.19.3 # Deps sourced from https://git.alpinelinux.org/aports/tree/main/samba/APKBUILD RUN apk add build-base coreutils \