Start from scratch with a new simulation #1

Merged
max merged 31 commits from restart into main 2025-04-25 15:03:09 +02:00
Showing only changes of commit 1410602c6c - Show all commits

View File

@ -1,4 +1,4 @@
FROM rust:1.81-bookworm AS build
FROM rust:1.84-bookworm AS build
COPY battlesnake/ /usr/app
WORKDIR /usr/app