upd alpine to 3.12

because error with libuv required for other packages. For example: 
Error relocating /usr/bin/node: uv_fs_lutime
This commit is contained in:
Vitalii Tverdokhlib 2020-09-12 18:04:33 +03:00 committed by GitHub
parent e62a9b8446
commit 6fe8764f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.12
RUN apk update && \
apk upgrade && \