diff --git a/Dockerfile b/Dockerfile index 9cbd5cf..b28d5e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM dart:3.4 as build +FROM dart:stable as build LABEL org.opencontainers.image.source=https://github.com/enjin/platform-decoder LABEL org.opencontainers.image.description="Enjin Platform - Decoder"