diff options
author | Melody Horn <melody@boringcactus.com> | 2025-06-04 18:21:59 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2025-06-04 18:21:59 -0600 |
commit | 17ec51b1f0d5025a59bf11977aa57b7461cd4495 (patch) | |
tree | dcc9b63c94f9cbc797cc643603e10cfb017238bc /Dockerfile | |
parent | 2b32ab159c0eb9bb617154d977c155f8ca9162d9 (diff) | |
download | ffxiv-uptime-canon.tar.gz ffxiv-uptime-canon.zip |
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |