Skip to content

Commit

Permalink
3.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilonik committed May 2, 2024
1 parent a49e384 commit a52237f
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.19.5
tags: bilonik19/flutter-master-ci:3.19.6
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.19.5
ARG 3.19.6
RUN git clone --branch stable https://github.com/flutter/flutter.git ${FLUTTER_HOME}


Expand Down

0 comments on commit a52237f

Please sign in to comment.