Skip to content

Commit 01d33b2

Browse files
committed
Bump version to 2.3.0.
1 parent 8e4bc72 commit 01d33b2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"description": "Allows posting questions, and accepting answers as solved.",
55
"homepage": "https://github.com/tierra/topicsolved",
6-
"version": "2.2.0",
6+
"version": "2.3.0",
77
"keywords": ["phpbb", "extension", "question", "answer", "solved"],
88
"license": "GPL-2.0",
99
"authors": [

docker/phpbb-3.1/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
44
libfreetype6-dev \
55
libjpeg62-turbo-dev \
66
libmcrypt-dev \
7-
libpng12-dev \
7+
libpng-dev \
88
unzip \
99
vim \
1010
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/
@@ -13,8 +13,8 @@ RUN docker-php-ext-install -j$(nproc) iconv mcrypt mysqli \
1313
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
1414
&& docker-php-ext-install -j$(nproc) gd
1515

16-
ENV PHPBB_VERSION 3.1.10
17-
ENV PHPBB_SHA256 1404233e124c9843f2e80a4caacc7b699f112f068651152abf1608df776a8716
16+
ENV PHPBB_VERSION 3.1.12
17+
ENV PHPBB_SHA256 88742695f5c20e83ea2547ee070eed2e6c3b1140e407a0569bbbff2f2a630367
1818

1919
WORKDIR /app
2020

docker/phpbb-3.2/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
44
libfreetype6-dev \
55
libjpeg62-turbo-dev \
66
libmcrypt-dev \
7-
libpng12-dev \
7+
libpng-dev \
88
unzip \
99
vim \
1010
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/
@@ -13,8 +13,8 @@ RUN docker-php-ext-install -j$(nproc) iconv mcrypt mysqli \
1313
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
1414
&& docker-php-ext-install -j$(nproc) gd
1515

16-
ENV PHPBB_VERSION 3.2.0
17-
ENV PHPBB_SHA256 5d391f65d4dc335877fc2f0a9ab4df7ac6f542839df73d067cbd41a5e074e94c
16+
ENV PHPBB_VERSION 3.2.3
17+
ENV PHPBB_SHA256 102a3e5a32b598510060217a09047f150472ad4ed8bff78273e215696de6ce8a
1818

1919
WORKDIR /app
2020

0 commit comments

Comments
 (0)