@@ -1,7 +1,7 @@
FROM alpine
-MAINTAINER Stille <[email protected]>
+LABEL org.opencontainers.image.authors="[email protected]"
-ENV VERSION 11.4
+ENV VERSION 11.5
RUN set -xe && \
UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \