We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048115a commit 05ade05Copy full SHA for 05ade05
phpbb/Dockerfile
@@ -16,9 +16,9 @@ RUN set -xe \
16
17
WORKDIR /var/www/html
18
19
-ENV PHPBB_VERSION 3.2.0
+ENV PHPBB_VERSION 3.2.3
20
ENV PHPBB_URL https://www.phpbb.com/files/release/phpBB-${PHPBB_VERSION}.tar.bz2
21
-ENV PHPBB_SHA 610d960b6e050b205b7248dea366c63bf1feee0551170c75fa4ecbacd5213a0d
+ENV PHPBB_SHA a04e2f5972180d7e3cee37ae3d72552fd12e846d0e62e7b7993a6a0d317464e7
22
ENV PHPBB_FILE phpBB.tar.bz2
23
24
RUN set -xe \
0 commit comments