diff --git a/build/Dockerfile b/build/Dockerfile index 71f141b..296e23c 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -21,9 +21,10 @@ EXPOSE 35729 # add tini, timezone support and create certificate directories RUN apk --update --no-cache add \ - tini \ - tzdata \ - openssl + tini \ + tzdata \ + openssl \ + && apk --update --no-cache upgrade # labels LABEL org.opencontainers.image.authors="Asif Bacchus "