Skip to content

Commit

Permalink
Fix update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SHAcollision committed Nov 5, 2024
1 parent f20d680 commit 8f51ced
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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 All @@ -10,7 +10,8 @@ RUN apk add --no-cache \
openssl-libs-static \
pkgconfig \
build-base \
curl
curl \
git

# Set environment variables for static linking with OpenSSL
ENV OPENSSL_STATIC=yes
Expand Down

0 comments on commit 8f51ced

Please sign in to comment.