From 5a7b894ba8940d923ce1f97ad60d21bfced2e7b0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 23 Aug 2021 10:05:10 +0200 Subject: [PATCH] Alpine 3.14 (#55049) --- .github/workflows/wheels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index cce57401ea8..95f7f1fda4d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -66,6 +66,7 @@ jobs: arch: ${{ fromJson(needs.init.outputs.architectures) }} tag: - "3.9-alpine3.13" + - "3.9-alpine3.14" steps: - name: Checkout the repository uses: actions/checkout@v2.3.4 @@ -106,6 +107,7 @@ jobs: arch: ${{ fromJson(needs.init.outputs.architectures) }} tag: - "3.9-alpine3.13" + - "3.9-alpine3.14" steps: - name: Checkout the repository uses: actions/checkout@v2.3.4