Compare commits

1 Commits

Author SHA1 Message Date
Renovate Bot
b2141ac88c Update alpine Docker tag to v3.22 2025-07-26 21:03:38 +00:00

View File

@@ -1,4 +1,4 @@
FROM alpine:3.15 as builder FROM alpine:3.22 as builder
ENV TINYPROXY_VERSION=1.11.0 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 \
&& make install && make install
FROM alpine:3.15 FROM alpine:3.22
RUN set -xe \ RUN set -xe \
&& apk add --no-cache wget curl bash openssh && apk add --no-cache wget curl bash openssh