Change rust-image-tag for better multiarch-compatability

This commit is contained in:
Ruakij 2022-11-23 19:54:23 +01:00
parent 7e2a97bf0d
commit fc6eb11849

View File

@ -4,7 +4,7 @@ WORKDIR /app
# ---- Build ----
FROM rust:alpine AS build
FROM rust:1.65.0-slim AS build
WORKDIR /build
# Install packages
RUN apk add --no-cache make libc-dev build-base