@@ -61,8 +61,8 @@ RUN set -ex; \
61
61
rm -rf /tmp/pear /var/cache/apk/*
62
62
# DO NOT FORGET TO CHECK THE LANGUAGE PACK DOWNLOAD URL BELOW
63
63
# DO NOT FORGET TO UPDATE "image-version" FILE
64
- ENV OSTICKET_VERSION=1.17.4 \
65
- OSTICKET_SHA256SUM=59a08586e5af5b7235edd2c02bb7b55d80dabe2c54f7ed22754139147b87e881
64
+ ENV OSTICKET_VERSION=1.18 \
65
+ OSTICKET_SHA256SUM=c0c3ef4220b8709e1dbe12503294d412390e91d638e8c6d57ab8d8403c5753e1
66
66
RUN --mount=type=bind,source=utils/verify-plugin.php,target=/tmp/verify-plugin.php,readonly \
67
67
\
68
68
set -ex; \
@@ -84,8 +84,9 @@ v${OSTICKET_VERSION}/osTicket-v${OSTICKET_VERSION}.zip; \
84
84
for lang in bg bn bs ca cs da de el es_AR es_ES es_MX et eu fa fi fr gl he hi hr hu id is it \
85
85
ja ka km ko lt lv mk mn ms nl no pl pt_BR pt_PT ro ru sk sl sq sr sr_CS sv_SE sw th tr uk \
86
86
ur_IN ur_PK vi zh_CN zh_TW; do \
87
- # This URL is the same as what is used by the official osTicket Downloads page. This URL is
88
- # used even for minor versions >= 14.
87
+ # Language packs from https://s3.amazonaws.com/downloads.osticket.com/lang/1.17.x/ (used by
88
+ # the official osTicket Downloads page) cannot be authenticated. See:
89
+ # https://github.com/osTicket/osTicket/issues/6377
89
90
wget -q -O /var/www/html/include/i18n/${lang}.phar \
90
91
https://s3.amazonaws.com/downloads.osticket.com/lang/1.14.x/${lang}.phar; \
91
92
php /tmp/verify-plugin.php "/var/www/html/include/i18n/${lang}.phar" ; \
0 commit comments