[build] downgrade alpine version

This commit is contained in:
Tim Stack 2023-06-11 21:27:12 -07:00
parent 156eb1d779
commit 2c478c921f

View File

@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.16
LABEL com.github.actions.name="C++ MUSL Builder Slim"
LABEL com.github.actions.description="Provides a C++ MUSL environment"