From 2151143602d24e502ae1811fa2ab4ea018f73f40 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 13 Dec 2025 19:02:41 -0500 Subject: [PATCH] forgot to update dockerfile with new psb version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ed9387..f1b99d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ RUN cabal build WORKDIR /github/workspace -RUN export folder=$(ls /mnt/dist-newstyle/build/x86_64-linux) && mv /mnt/dist-newstyle/build/x86_64-linux/"$folder"/psb-0.1.0.0/x/psb/build/psb/psb /mnt/psb +RUN export folder=$(ls /mnt/dist-newstyle/build/x86_64-linux) && mv /mnt/dist-newstyle/build/x86_64-linux/"$folder"/psb-0.2.0.0/x/psb/build/psb/psb /mnt/psb ENTRYPOINT ["/mnt/psb", "build"]