From 9c0764eb5bc9f05c849496e0bc90bfaa24e112c4 Mon Sep 17 00:00:00 2001 From: LizenzFass78851 <82592556+LizenzFass78851@users.noreply.github.com> Date: Sun, 21 Jul 2024 13:50:05 +0200 Subject: [PATCH] Update Dockerfile.alpine --- Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 9b5cc03..09ea9d4 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,7 +1,7 @@ # Copyright (c) 2018 kalaksi@users.noreply.github.com. # This work is licensed under the terms of the MIT license. For a copy, see . -FROM alpine:3.20.3 +FROM alpine:3.20 LABEL maintainer="kalaksi@users.noreply.github.com" # See tinyproxy.conf for better explanation of these values.