Skip to content

Commit

Permalink
Upgrade osTicket to version 1.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed Nov 24, 2023
1 parent dcab9ce commit 90004da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ RUN set -ex; \
rm -rf /tmp/pear /var/cache/apk/*
# DO NOT FORGET TO CHECK THE LANGUAGE PACK DOWNLOAD URL BELOW
# DO NOT FORGET TO UPDATE "image-version" FILE
ENV OSTICKET_VERSION=1.17.4 \
OSTICKET_SHA256SUM=59a08586e5af5b7235edd2c02bb7b55d80dabe2c54f7ed22754139147b87e881
ENV OSTICKET_VERSION=1.17.5 \
OSTICKET_SHA256SUM=a9d64b67008c64ae2009ee8abda7354c34ff4486666f931d3012988dd6538bc9
RUN --mount=type=bind,source=utils/verify-plugin.php,target=/tmp/verify-plugin.php,readonly \
\
set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion image-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.4
1.17.5

0 comments on commit 90004da

Please sign in to comment.