diff --git a/Dockerfile b/Dockerfile index c074c63..7820ac0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:labs -FROM alpine:3.20.0 +FROM alpine:3.20.1 RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates tzdata tini unbound bind-tools && \