git-server-docker-stagit

git-server-with-stagit
git clone git://git.andersuno.nu/git-server-docker-stagit.git
Log | Files | Refs | README

commit 6adcf8899a246704aee4fa763361276f7ff58cd0
parent 366ed1f10ac35a732c93805201b4f84c933dd14d
Author: Anders <anders.hedman01@gmail.com>
Date:   Sun,  1 May 2022 16:04:35 +0200

New alpine base and initial modification

Diffstat:
MDockerfile | 4+---
Msshd_config | 2+-
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -1,6 +1,4 @@ -FROM alpine:3.4 - -MAINTAINER Carlos Bernárdez "carlos@z4studios.com" +FROM alpine:3.15 # "--no-cache" is new in Alpine 3.3 and it avoid using # "--update + rm -rf /var/cache/apk/*" (to remove cache) diff --git a/sshd_config b/sshd_config @@ -41,7 +41,7 @@ # Authentication: #LoginGraceTime 2m -#PermitRootLogin prohibit-password +PermitRootLogin no #StrictModes yes #MaxAuthTries 6 #MaxSessions 10