From b2141ac88c4f2ddd8c2eae677d78401af3ee92c0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Jul 2025 21:03:38 +0000 Subject: [PATCH] Update alpine Docker tag to v3.22 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8727be3..d8ce68c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 as builder +FROM alpine:3.22 as builder ENV TINYPROXY_VERSION=1.11.0 @@ -18,7 +18,7 @@ RUN adduser -D -u 2000 -h /var/run/tinyproxy -s /sbin/nologin tinyproxy tinyprox && make \ && make install -FROM alpine:3.15 +FROM alpine:3.22 RUN set -xe \ && apk add --no-cache wget curl bash openssh