region-fix

This commit is contained in:
2024-09-23 15:45:59 +03:00
parent 10ddd221e5
commit 336e46268c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM rust as build
FROM rust AS build
# had to add this for open-ssl
RUN apt-get update -y && \