chore: fix Dockerfile warning

This commit is contained in:
neri 2024-10-23 13:51:17 +02:00
parent 5d02c4beef
commit 6362f3bd0b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM rust:alpine as builder FROM rust:alpine AS builder
WORKDIR /app WORKDIR /app
RUN apk add musl-dev RUN apk add musl-dev