We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971fa67 commit 133299cCopy full SHA for 133299c
1 file changed
variants/fat-standard-competitive-i386/Dockerfile
@@ -77,7 +77,7 @@ RUN curl -L "${ETF2L_CONFIGS_URL}" -o "${ETF2L_CONFIGS_FILE_NAME}" \
77
78
# RGL configs and plugins
79
ARG RGL_CONFIGS_FILE_NAME=server-resources-updater.zip
80
-ARG RGL_CONFIGS_VERSION=v359
+ARG RGL_CONFIGS_VERSION=v369
81
ARG RGL_CONFIGS_URL=https://github.com/RGLgg/server-resources-updater/releases/download/${RGL_CONFIGS_VERSION}/${RGL_CONFIGS_FILE_NAME}
82
RUN curl -L "${RGL_CONFIGS_URL}" -o "${RGL_CONFIGS_FILE_NAME}" \
83
&& unzip -q "${RGL_CONFIGS_FILE_NAME}" \
0 commit comments