Update Dockerfile

versioning again
This commit is contained in:
LucifersCircle 2024-11-29 01:12:34 -08:00
parent ca5e5e0772
commit 90a7b1185a

View file

@ -1,4 +1,4 @@
FROM rust:1.71.0-alpine3.19
FROM rust:1.71.0-alpine
# Set the target architecture as an ARG (default to x86_64)
ARG TARGET=x86_64-unknown-linux-musl