From 260a21f9fac9e6bac3e2cc4aeded7c248e29c8de Mon Sep 17 00:00:00 2001 From: Zack Siri Date: Wed, 1 May 2024 12:28:32 +0700 Subject: [PATCH] Use alpine 3.18 container --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d09a320..1fa7974 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest container: - image: alpine:3.17 + image: alpine:3.18 steps: - name: Cancel Previous Runs @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest container: - image: alpine:3.17 + image: alpine:3.18 steps: - name: Cancel Previous Runs @@ -100,7 +100,7 @@ jobs: runs-on: ubuntu-latest container: - image: alpine:3.17 + image: alpine:3.18 services: minio: