Update dependencies and docker base images

This commit is contained in:
Daniel García
2019-10-24 20:37:17 +02:00
parent 77d40833d9
commit 57b1d3f850
14 changed files with 139 additions and 168 deletions

View File

@ -22,7 +22,7 @@ RUN ls
########################## BUILD IMAGE ##########################
# Musl build image for statically compiled binary
FROM clux/muslrust:nightly-2019-07-08 as build
FROM clux/muslrust:nightly-2019-10-19 as build
# set mysql backend
ARG DB=postgresql