From 70d6965e2ac7dab61d566668f6dc4e715a82a947 Mon Sep 17 00:00:00 2001 From: Javier Carrillo Date: Fri, 6 Sep 2024 09:13:21 -0400 Subject: [PATCH] chore: (RI-4198) Change alpine image --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0813028..63c9b96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: release: runs-on: ubuntu-latest container: - image: oven/bun:alpine + image: alpine:latest steps: - name: 💻 Checkout current pull-request revision code uses: actions/checkout@v4