Skip to content

Commit

Permalink
Uses a fixed dart version (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Custodio <[email protected]>
  • Loading branch information
leonardocustodio authored Aug 21, 2024
1 parent f99b3e8 commit ace6bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dart:stable as build
FROM dart:3.4 as build

LABEL org.opencontainers.image.source=https://github.com/enjin/platform-decoder
LABEL org.opencontainers.image.description="Enjin Platform - Decoder"
Expand All @@ -16,4 +16,4 @@ COPY --from=build /app/bin/server /app/bin/

# Start server.
EXPOSE 8090
CMD ["/app/bin/server"]
CMD ["/app/bin/server"]

0 comments on commit ace6bb3

Please sign in to comment.