diff --git a/contrib/docker/runtime/Dockerfile b/contrib/docker/runtime/Dockerfile index 3850099d..05c0a4f6 100644 --- a/contrib/docker/runtime/Dockerfile +++ b/contrib/docker/runtime/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \ LABEL maintainer "ebusd@ebusd.eu" -ENV EBUSD_VERSION 3.0pre +ENV EBUSD_VERSION 3.0 ENV EBUSD_ARCH amd64 LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-mqtt1"