Skip to content

Commit

Permalink
Bump dockerfile rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
SHAcollision committed Oct 31, 2024
1 parent 9e8abde commit d1b2210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit d1b2210

Please sign in to comment.