From 5fa06d27dfb27724e6c2b82dddbc497e7e792564 Mon Sep 17 00:00:00 2001 From: Mroik Date: Wed, 14 Jan 2026 03:05:20 +0100 Subject: Update Dockerfile to reflect deps changes --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c4af1ae..ddad1be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ -FROM rust:1.86.0-alpine AS builder -RUN apk add pkgconfig openssl musl-dev libressl-dev +FROM rust:1.91.1-alpine AS builder +RUN apk add pkgconfig openssl openssl-dev openssl-libs-static musl-dev COPY . /app WORKDIR /app -RUN cargo update RUN cargo b -r FROM alpine:3.20.3 -- cgit v1.2.3