diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-06-06 17:50:40 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-06-06 20:58:59 +0200 |
commit | b9c20a1a137b4d093964d4a019baf58e42572717 (patch) | |
tree | 373ef2e683557336a2fe8cd20cb600b0ed2f4cf3 /ansible | |
parent | ed9481baabfe843bb2a6784bd163b32a6b47689e (diff) |
Update to alpine3.12
https://alpinelinux.org/posts/Alpine-3.12.0-released.html
Change-Id: Ie7c72abd10d70b90d65f260d595c0ca47b69a8c0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.cntt.yml | 2 | ||||
-rw-r--r-- | ansible/site.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 8a290c812..0b5629013 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -10,7 +10,7 @@ - repo: _ dport: container: alpine - tag: '3.11' + tag: '3.12' steps: - name: build opnfv/functest-core containers: diff --git a/ansible/site.yml b/ansible/site.yml index 0c386e0e7..f823f2068 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -10,7 +10,7 @@ - repo: _ dport: container: alpine - tag: '3.11' + tag: '3.12' steps: - name: build opnfv/functest-core containers: |