From 04b49037417803bee927b99585157bd901489081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Wed, 16 Nov 2022 23:32:56 +0100 Subject: [PATCH] Repo must be lower-case. --- .drone.yml | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index cfdd888..f492941 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,5 +10,5 @@ steps: from_secret: repo_user password: from_secret: repo_pass - repo: SW/samba-dc + repo: sw/samba-dc tags: latest \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index b97ea6a..5a57117 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16 +FROM alpine:edge MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF @@ -24,7 +24,7 @@ ENV ADMIN_PASSWORD_SECRET=samba-admin-password \ WINBIND_USE_DEFAULT_DOMAIN=yes \ WORKGROUP=AD -ARG SAMBA_VERSION=4.15.7-r0 +ARG SAMBA_VERSION=4.16.7-r0 COPY *.conf.j2 /root/ COPY entrypoint.sh /usr/local/bin/