Skip to content

Commit

Permalink
3.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilonik committed Dec 7, 2023
1 parent 185aa30 commit e221a97
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.16.2
tags: bilonik19/flutter-master-ci:3.16.3
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.16.2
ARG 3.16.3
RUN git clone --branch stable https://github.com/flutter/flutter.git ${FLUTTER_HOME}


Expand Down

0 comments on commit e221a97

Please sign in to comment.