From b7fd7428db4569def6e4933f458bd99403e12d1c Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Tue, 17 Sep 2024 14:59:08 +0200 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 994690f..4eb2dbe 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM alpine +ARG VERSION=1.2.0 + RUN apk add --update openssh COPY sshd_config /etc/ssh/sshd_jumpuser_config