Version bump and adjusted docker compose file

This commit is contained in:
Doc
2025-01-18 23:38:28 +01:00
parent 637e66ce80
commit ba2ea7908e
2 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
FROM rockylinux:9
ARG VERSION="1.19.8"
ARG VERSION="1.20.1"
RUN dnf install epel-release -y
@@ -52,4 +52,4 @@ ENV PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools
EXPOSE 42420
ENTRYPOINT [ "./startup.sh" ]
ENTRYPOINT [ "./startup.sh" ]