Bump dockerfile rust version

This commit is contained in:
SHAcollision
2024-10-31 09:02:06 +01:00
parent 9e8abde3bb
commit d1b221083d

View File

@@ -1,7 +1,7 @@
# ========================
# Build Stage
# ========================
FROM rust:1.81.0-alpine3.20 AS builder
FROM rust:1.82.0-alpine3.20 AS builder
# Install build dependencies, including static OpenSSL libraries
RUN apk add --no-cache \