Skip to content

Commit

Permalink
chore: bump flutter image to version 3.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
td-famedly committed Jul 1, 2024
1 parent 74dcaf3 commit e5d5be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.token }}
- uses: int128/kaniko-action@516445a350a168ee12ff464e3054c9f481d42ecf # v1.22.0
- uses: int128/kaniko-action@96914c73dc2d44cc9e56ea95b9d65852a116620a # v1.22.0
env:
IMAGE_NAME: ghcr.io/${{ github.repository }}/${{ inputs.image }}
latesttemplate: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Flutter Images

env:
CYPRESS_VERSION: 12.17.1
FLUTTER_STABLE_VERSION: 3.16.9
FLUTTER_STABLE_VERSION: 3.22.2

on:
push:
Expand Down

0 comments on commit e5d5be3

Please sign in to comment.