diff --git a/tshock/Dockerfile b/tshock/Dockerfile index c9f2d50..dfb643e 100644 --- a/tshock/Dockerfile +++ b/tshock/Dockerfile @@ -14,7 +14,7 @@ RUN apk update && apk add --no-cache unzip curl && \ rm tshock.zip -FROM mono:6.12.0.107 +FROM mono:6.12.0.122 WORKDIR /terraria COPY --from=base /terraria/tshock /terraria