Upgrade to alpine 3.16.2

This may fix the build issues on arm
main
Florent Daigniere 2 years ago
parent 9975a793fe
commit 8942448561

@ -1,7 +1,7 @@
# syntax=docker/dockerfile-upstream:1.4.3
# base system image (intermediate)
ARG DISTRO=alpine:3.14.5
ARG DISTRO=alpine:3.16.2
FROM $DISTRO as system
ENV TZ=Etc/UTC LANG=C.UTF-8

Loading…
Cancel
Save