Change rust-image-tag for better multiarch-compatability

tool_auto-editor
Ruakij 2 years ago
parent 7e2a97bf0d
commit fc6eb11849

@ -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

Loading…
Cancel
Save