update dockerfile to use the buster-slim version of rust to build
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM rust:latest as build
|
||||
FROM rust:slim-buster as build
|
||||
|
||||
ENV DATABASE_URL="postgres://school_app_api_user:school_app_api_pass@mdev.local/school_app_api"
|
||||
WORKDIR /usr/src/school_app_api
|
||||
|
||||
Reference in New Issue
Block a user