JacobiteDE
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile.alpine
|
|
@ -20,7 +20,7 @@ RUN ls |
|
|
|
|
|
|
|
########################## BUILD IMAGE ########################## |
|
|
|
# Musl build image for statically compiled binary |
|
|
|
FROM clux/muslrust:stable as build |
|
|
|
FROM clux/muslrust:1.35.0-stable as build |
|
|
|
|
|
|
|
# set sqlite as default for DB ARG for backward comaptibility |
|
|
|
ARG DB=sqlite |
|
|
|