aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ansible/site.gate.yml2
-rw-r--r--build.sh2
-rw-r--r--docker/core/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml
index 3f49628e..67270341 100644
--- a/ansible/site.gate.yml
+++ b/ansible/site.gate.yml
@@ -7,7 +7,7 @@
- repo: _
dport:
container: alpine
- tag: '3.12'
+ tag: '3.13'
steps:
- name: opnfv/xtesting
containers:
diff --git a/build.sh b/build.sh
index f6aaa492..1e04e7d1 100644
--- a/build.sh
+++ b/build.sh
@@ -24,7 +24,7 @@ build_opts=(--pull=true --no-cache --force-rm=true)
for arch in ${arch}; do
if [[ ${arch} == arm64 ]]; then
find . -name Dockerfile -exec sed -i \
- -e "s|alpine:3.12|arm64v8/alpine:3.12|g" {} +
+ -e "s|alpine:3.13|arm64v8/alpine:3.13|g" {} +
find . -name Dockerfile -exec sed -i \
-e "s|opnfv/xtesting|${repo}/xtesting:arm64-${tag}|g" {} +
elif [[ ${arch} == arm ]]; then
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index 738a0403..2a57421e 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.12
+FROM alpine:3.13
ARG BRANCH=master
ARG OPENSTACK_TAG=master