From 8ed1dddbba8028ce3ecedfbc904103dffbfe691a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 22 Mar 2024 13:58:37 +0100 Subject: [PATCH] Move Alpine 3.18 docker to stable-2.16, add Alpine 3.19 docker. (#820) --- .azure-pipelines/azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index b54ccc14..7c9195db 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -115,8 +115,8 @@ stages: test: ubuntu2004 - name: Ubuntu 22.04 test: ubuntu2204 - - name: Alpine 3 - test: alpine3 + - name: Alpine 3.19 + test: alpine319 groups: - 4 - 5 @@ -135,6 +135,8 @@ stages: test: centos7 - name: openSUSE 15 test: opensuse15 + - name: Alpine 3 + test: alpine3 groups: - 4 - 5