Change rust-image-tag for better multiarch-compatability
This commit is contained in:
parent
7e2a97bf0d
commit
fc6eb11849
@ -4,7 +4,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
|
|
||||||
# ---- Build ----
|
# ---- Build ----
|
||||||
FROM rust:alpine AS build
|
FROM rust:1.65.0-slim AS build
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apk add --no-cache make libc-dev build-base
|
RUN apk add --no-cache make libc-dev build-base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user