diff --git a/build.Dockerfile b/build.Dockerfile index 376154a..f80d3e2 100644 --- a/build.Dockerfile +++ b/build.Dockerfile @@ -18,7 +18,7 @@ FROM alpine:3.15.2 RUN apk update && \ apk upgrade --available && \ - apk --update --no-cache add ca-certificates && \ + apk --no-cache add ca-certificates && \ addgroup -S ddns && \ adduser -S -G ddns ddns