Skip to content

Commit

Permalink
3.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilonik committed Aug 21, 2024
1 parent 9cc84de commit 540c927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: bilonik19/flutter-master-ci:3.24.0
tags: bilonik19/flutter-master-ci:3.24.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV FLUTTER_HOME=${HOME}/sdks/flutter \
ENV FLUTTER_ROOT=$FLUTTER_HOME

ENV PATH ${PATH}:${FLUTTER_HOME}/bin:${FLUTTER_HOME}/bin/cache/dart-sdk/bin
ARG 3.24.0
ARG 3.24.1
RUN git clone --branch stable https://github.com/flutter/flutter.git ${FLUTTER_HOME}


Expand Down

0 comments on commit 540c927

Please sign in to comment.