diff --git a/Dockerfile b/Dockerfile index f187a9c..8c28341 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:labs -FROM alpine:3.21.0 +FROM alpine:3.21.1 RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates tzdata tini unbound bind-tools && \