Fix base Docker image to alpine:3.10

This commit is contained in:
Juan Carlos Mejías Rodríguez 2019-08-14 02:01:03 -04:00
parent 52b11947e7
commit 91ff8211ab

View File

@ -1,4 +1,4 @@
FROM alpine:3
FROM alpine:3.10
ENV PSU_AUTH_TOKEN="" \
PSU_CONFIG="" \