From e5ba1bf4a385a8d7bf1cad337b56dc72ef62b847 Mon Sep 17 00:00:00 2001 From: td Date: Mon, 1 Jul 2024 20:15:28 +0530 Subject: [PATCH] chore: bump flutter image to version 3.22.2 chore: bump alpine version to 3.20 --- .github/workflows/build-container.yml | 2 +- .github/workflows/container.yml | 2 +- android/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 1b58922..9a618ac 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -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: | diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 3b7d865..b9e4b47 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -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: diff --git a/android/Dockerfile b/android/Dockerfile index 706a7e1..7edac35 100644 --- a/android/Dockerfile +++ b/android/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.20 LABEL maintainer="info@famedly.com"