Update Dockerfile

versioning
This commit is contained in:
LucifersCircle 2024-11-29 03:11:32 -08:00
parent f92c2dd6d0
commit 9102f0560a

View file

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