Use alpine:3.12

It appears tat at least alpine:3.16 is broken
and produces linking errors.
This commit is contained in:
2023-12-04 23:14:52 +08:00
parent 5ff61cdf86
commit 71b7c96ddd
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=linux/i386 i386/alpine:3.16
FROM --platform=linux/i386 i386/alpine:3.12
ENV LANG C.UTF-8

View File

@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.12
ENV LANG C.UTF-8