From: Cédric Ollivier Date: Thu, 19 Dec 2024 14:43:53 +0000 (+0100) Subject: Update Alpine to 3.21 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a432b1c51372b13711cfa2d78653717761a4825f;p=functest-xtesting.git Update Alpine to 3.21 Change-Id: I20de7f6c098d8c5fa2f1310e7d849550bb9d70d7 Signed-off-by: Cédric Ollivier --- diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 88db5bef..6f871a18 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -8,7 +8,7 @@ docker_tags: - '2024.2': branch: stable/2024.2 - dependency: '3.20' + dependency: '3.21' builds: dependency: repo: _ diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index f83d1d60..766eba49 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 +FROM alpine:3.21 ARG BRANCH=stable/2024.2 ARG OPENSTACK_TAG=stable/2024.2