git-server-docker-stagit

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

commit 44e0b6fdbea8e0f57b9be8029016754f631cbc8f
parent dd2b3ecedb84ab1d38ab040ebb05bb773f91f8c8
Author: Anders Hedman <anders.hedman01@gmail.com>
Date:   Sat, 26 Nov 2022 11:14:25 +0100

Bump alpine 3.15 --> 3.17

Diffstat:
Mdaemon_context/Dockerfile | 2+-
Mserver_context/Dockerfile | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/daemon_context/Dockerfile b/daemon_context/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.17 # "--no-cache" is new in Alpine 3.3 and it avoid using # "--update + rm -rf /var/cache/apk/*" (to remove cache) diff --git a/server_context/Dockerfile b/server_context/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.17 # "--no-cache" is new in Alpine 3.3 and it avoid using # "--update + rm -rf /var/cache/apk/*" (to remove cache)