Update Dockerfile

This commit is contained in:
LucifersCircle 2024-11-29 03:05:48 -08:00
parent 0d8bf2431d
commit 50579bd002

View file

@ -1,5 +1,5 @@
# Use an Alpine-based image as the base
FROM rust:1.71.0-alpine3.19 AS build
FROM rust:1.71.0-alpine AS build
# Install necessary dependencies (git, curl, etc.)
RUN apk add --no-cache git curl build-base