yaml: Update use of alpine:3.11 to alpine:3.13

Seceral YAML files used alpine:3:11. Update them to 3.13

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer
2021-08-10 00:13:52 +01:00
parent ce73340d6c
commit 4eb60514c9
39 changed files with 42 additions and 42 deletions

View File

@@ -9,7 +9,7 @@ onboot:
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: test
image: alpine:3.11
image: alpine:3.13
net: host
binds:
- /check.sh:/check.sh