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
chore: bump alpine version to 3.20
  • Loading branch information
td-famedly committed Jul 1, 2024
1 parent 74dcaf3 commit e5ba1bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.43.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
2 changes: 1 addition & 1 deletion android/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.20

LABEL maintainer="[email protected]"

Expand Down

0 comments on commit e5ba1bf

Please sign in to comment.