aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMroik <mroik@delayed.space>2025-09-23 03:01:51 +0200
committerMroik <mroik@delayed.space>2025-09-23 03:01:51 +0200
commit4307e2784dd916407d1a6a0e8a57f6a71f6424e1 (patch)
tree1ec5255a03be439f14c65c88497c258058b4026f /Dockerfile
parent4c780b84370eab1b87ca2e71c07f81981b48696f (diff)
Bump deps
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 804f6fd..c4af1ae 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,6 +2,7 @@ FROM rust:1.86.0-alpine AS builder
RUN apk add pkgconfig openssl musl-dev libressl-dev
COPY . /app
WORKDIR /app
+RUN cargo update
RUN cargo b -r
FROM alpine:3.20.3