Bump Dockerfile to rust 1.98.1 and alpine 3.24.1
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Kmrgkpp9YBJ6AMaWYPPZuD
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
################
|
||||
##### Builder
|
||||
FROM rust:1.92.0-slim AS builder
|
||||
FROM rust:1.98.1-slim AS builder
|
||||
|
||||
WORKDIR /usr/src
|
||||
|
||||
@@ -20,7 +20,7 @@ RUN cargo build --package server --target x86_64-unknown-linux-musl --release
|
||||
|
||||
################
|
||||
##### Runtime
|
||||
FROM alpine:3.23.3 AS runtime
|
||||
FROM alpine:3.24.1 AS runtime
|
||||
|
||||
# Copy application binary from builder image
|
||||
COPY --from=builder /usr/src/target/x86_64-unknown-linux-musl/release/saslauthd /usr/local/bin
|
||||
|
||||
Reference in New Issue
Block a user