diff --git a/device/Dockerfile b/device/Dockerfile index 10d1802..cd63648 100644 --- a/device/Dockerfile +++ b/device/Dockerfile @@ -1,4 +1,4 @@ -FROM frolvlad/alpine-glibc:glibc-2.34 AS node +FROM frolvlad/alpine-glibc AS node LABEL "website"="https://github.com/mate-dev/mmrelaynode" RUN apk --update add --no-cache g++ shadow WORKDIR /bin