Skip to content

Commit 133299c

Browse files
committed
fix(docker): update RGL configs version from v359 to v369
1 parent 971fa67 commit 133299c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/fat-standard-competitive-i386/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN curl -L "${ETF2L_CONFIGS_URL}" -o "${ETF2L_CONFIGS_FILE_NAME}" \
7777

7878
# RGL configs and plugins
7979
ARG RGL_CONFIGS_FILE_NAME=server-resources-updater.zip
80-
ARG RGL_CONFIGS_VERSION=v359
80+
ARG RGL_CONFIGS_VERSION=v369
8181
ARG RGL_CONFIGS_URL=https://github.com/RGLgg/server-resources-updater/releases/download/${RGL_CONFIGS_VERSION}/${RGL_CONFIGS_FILE_NAME}
8282
RUN curl -L "${RGL_CONFIGS_URL}" -o "${RGL_CONFIGS_FILE_NAME}" \
8383
&& unzip -q "${RGL_CONFIGS_FILE_NAME}" \

0 commit comments

Comments
 (0)