Fixed alpine version.

This commit is contained in:
viferga 2019-11-27 03:10:03 -09:00
parent 7573079202
commit e55e360caa

@ -19,7 +19,7 @@
# limitations under the License.
#
FROM alpine:latest AS guix
FROM alpine:3.9 AS guix
# Image descriptor
LABEL copyright.name="Vicente Eduardo Ferrer Garcia" \