Browse Source

Update Docker Base-Images

pull/513/head
JacobiteDE 6 years ago
committed by GitHub
parent
commit
fa30a06e1b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile.alpine

2
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

Loading…
Cancel
Save