diff --git a/Dockerfile b/Dockerfile index 8de7a35..28ed4f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12.2 +FROM alpine:3.14.0 RUN echo "@edge-testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories RUN apk --no-cache update && apk --no-cache add squid confd@edge-testing bash