1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

docker: upgrade Alpine Linux version to 3.12 (#7494)

Upgraded Alpine Linux version to 3.12
This commit is contained in:
lospejos 2020-12-23 20:11:25 +02:00 committed by GitHub
parent 132807d5d1
commit 7e8add24dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.12
LABEL maintainer="spytheman <spytheman@bulsynt.org>"