Merge branch 'tool_bandwhich' into dev

This commit is contained in:
Ruakij 2022-11-23 19:57:40 +01:00
commit d6b3f93d72

View File

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