Bump phpbb version to 3.2.2

This commit is contained in:
selim13
2018-08-22 19:51:17 +03:00
parent 7a92429e66
commit fc6fc1a0f3
2 changed files with 25 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.8
MAINTAINER Dmitry Seleznyov <selim013@gmail.com>
@@ -26,8 +26,8 @@ RUN apk add --no-cache curl \
su-exec
### phpBB
ENV PHPBB_VERSION 3.2.1
ENV PHPBB_SHA256 'ea1c7e08aa3466aa325deca5d8998a24d103bfecf23826ce61fe5390b6a09f71'
ENV PHPBB_VERSION 3.2.2
ENV PHPBB_SHA256 'bab64dbd79f6f1bf2c0c306b33cea460ffe58c56ff1e81aac87ee10545291302'
WORKDIR /tmp

View File

@@ -2,7 +2,7 @@
set -e
[[ "${PHPBB_INSTALL}" = "true" ]] && echo "" > config.php
[[ "${PHPBB_INSTALL}" = "true" ]] && rm config.php
[[ "${PHPBB_INSTALL}" != "true" ]] && rm -rf install
db_wait() {