mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-26 19:48:17 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user