From 57c43affac8c3402db7baafb027a9468275b51a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:02:55 +0000 Subject: [PATCH] Update alpine Docker tag to v3.20.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 59f428d..0f74ef2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.1 AS build +FROM alpine:3.20.2 AS build ARG SAMBA_VERSION=4.18.3 # Deps sourced from https://git.alpinelinux.org/aports/tree/main/samba/APKBUILD @@ -54,7 +54,7 @@ RUN make -j$((`nproc` - 1)) RUN make DESTDIR="/target/" install -j$((`nproc` - 1)) -FROM alpine:3.19.1 +FROM alpine:3.20.2 ### RUN addgroup -S samba && \ ### adduser -S -D -H -h /dev/null -s /sbin/nologin -G samba -g samba samba