Test other syntax for build_args

This commit is contained in:
2023-10-07 23:02:33 +02:00
parent f4a8101f77
commit 5f8eeb97d4
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ FROM debian:bookworm-20230919-slim
# The version of Flutter to use
ARG FLUTTER_VERSION
RUN echo $FLUTTER_VERSION
# Set environment variables
ENV PATH="$PATH:/opt/flutter/bin"