From 17ec51b1f0d5025a59bf11977aa57b7461cd4495 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 4 Jun 2025 18:21:59 -0600 Subject: balls --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index d358729..413fe42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM rust:1.66 AS build +FROM rust:1.87 AS build -RUN cargo install --locked trunk +RUN cargo install --locked trunk@0.21.14 RUN rustup target add wasm32-unknown-unknown WORKDIR /usr/src/ffxiv-uptime -- cgit v1.2.3