Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit e9decf4

Browse files
committed
Upgrade osTicket to version 1.18
1 parent 600ad94 commit e9decf4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ RUN set -ex; \
6161
rm -rf /tmp/pear /var/cache/apk/*
6262
# DO NOT FORGET TO CHECK THE LANGUAGE PACK DOWNLOAD URL BELOW
6363
# 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
6666
RUN --mount=type=bind,source=utils/verify-plugin.php,target=/tmp/verify-plugin.php,readonly \
6767
\
6868
set -ex; \
@@ -84,8 +84,9 @@ v${OSTICKET_VERSION}/osTicket-v${OSTICKET_VERSION}.zip; \
8484
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 \
8585
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 \
8686
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
8990
wget -q -O /var/www/html/include/i18n/${lang}.phar \
9091
https://s3.amazonaws.com/downloads.osticket.com/lang/1.14.x/${lang}.phar; \
9192
php /tmp/verify-plugin.php "/var/www/html/include/i18n/${lang}.phar"; \

image-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.4
1+
1.18.0

0 commit comments

Comments
 (0)