Skip to content

Commit

Permalink
Use alpine 3.18 container
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed May 1, 2024
1 parent e4ba0a3 commit 260a21f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: alpine:3.17
image: alpine:3.18

steps:
- name: Cancel Previous Runs
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: alpine:3.17
image: alpine:3.18

steps:
- name: Cancel Previous Runs
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: alpine:3.17
image: alpine:3.18

services:
minio:
Expand Down

0 comments on commit 260a21f

Please sign in to comment.