Skip to content

Commit 05ade05

Browse files
committed
upgrade phpbb to 3.2.3
1 parent 048115a commit 05ade05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpbb/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ RUN set -xe \
1616

1717
WORKDIR /var/www/html
1818

19-
ENV PHPBB_VERSION 3.2.0
19+
ENV PHPBB_VERSION 3.2.3
2020
ENV PHPBB_URL https://www.phpbb.com/files/release/phpBB-${PHPBB_VERSION}.tar.bz2
21-
ENV PHPBB_SHA 610d960b6e050b205b7248dea366c63bf1feee0551170c75fa4ecbacd5213a0d
21+
ENV PHPBB_SHA a04e2f5972180d7e3cee37ae3d72552fd12e846d0e62e7b7993a6a0d317464e7
2222
ENV PHPBB_FILE phpBB.tar.bz2
2323

2424
RUN set -xe \

0 commit comments

Comments
 (0)