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:
parent
e62a9b8446
commit
6fe8764f8d
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.11
|
||||
FROM alpine:3.12
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
|
|
Loading…
Reference in New Issue