From 37339e5911cc6e1420483d0d2edd274acafa1c56 Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Tue, 23 Nov 2021 03:45:18 +0100 Subject: [PATCH] new alpine --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index bd23b05..8727be3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM travix/base-alpine:3.5 as builder +FROM alpine:3.15 as builder -ENV TINYPROXY_VERSION=1.11.0-rc1 +ENV TINYPROXY_VERSION=1.11.0 RUN adduser -D -u 2000 -h /var/run/tinyproxy -s /sbin/nologin tinyproxy tinyproxy \ && apk --update add -t build-dependencies \ @@ -18,8 +18,7 @@ RUN adduser -D -u 2000 -h /var/run/tinyproxy -s /sbin/nologin tinyproxy tinyprox && make \ && make install -FROM alpine:3.5 -MAINTAINER Aleksander Cynarski +FROM alpine:3.15 RUN set -xe \ && apk add --no-cache wget curl bash openssh