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

Commit 600ad94

Browse files
committed
Upgrade osTicket to version 1.17.4
1 parent 12dfbdb commit 600ad94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 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.3 \
65-
OSTICKET_SHA256SUM=be3ade536a19b875e16fe0d9716e07f3897f5c0cdbd4efe4ff17ab262d98bed3
64+
ENV OSTICKET_VERSION=1.17.4 \
65+
OSTICKET_SHA256SUM=59a08586e5af5b7235edd2c02bb7b55d80dabe2c54f7ed22754139147b87e881
6666
RUN --mount=type=bind,source=utils/verify-plugin.php,target=/tmp/verify-plugin.php,readonly \
6767
\
6868
set -ex; \

image-version

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

0 commit comments

Comments
 (0)