From 531efeb92090fb6f4123576a4ab272b57eba33ff Mon Sep 17 00:00:00 2001 From: selim13 Date: Mon, 17 Jul 2017 11:40:45 +0300 Subject: [PATCH] Bump phpBB to 3.2.1 and 3.1.11 --- 3.1-apache/Dockerfile | 4 ++-- 3.1-apache/hooks/post_push | 2 +- 3.2-apache/Dockerfile | 4 ++-- 3.2-apache/hooks/post_push | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/3.1-apache/Dockerfile b/3.1-apache/Dockerfile index fc76751..0af50e9 100644 --- a/3.1-apache/Dockerfile +++ b/3.1-apache/Dockerfile @@ -23,8 +23,8 @@ RUN apk add --no-cache curl \ su-exec ### phpBB -ENV PHPBB_VERSION 3.1.10 -ENV PHPBB_SHA256 '198fda1a0bd833d42e0d4f4fe26a47d656a6e087ed9a561e06b0940de131a22c' +ENV PHPBB_VERSION 3.1.11 +ENV PHPBB_SHA256 '12a2b4644508757717643d115e7991a1ed5438e6f80e0be47295b11cc37aeb02' WORKDIR /tmp diff --git a/3.1-apache/hooks/post_push b/3.1-apache/hooks/post_push index a17ee86..f6871e3 100755 --- a/3.1-apache/hooks/post_push +++ b/3.1-apache/hooks/post_push @@ -7,7 +7,7 @@ tagStart=$(expr index "$IMAGE_NAME" :) repoName=${IMAGE_NAME:0:tagStart-1} # Tag and push image for each additional tag -for tag in {3.1,3.1-apache}; do +for tag in {3.1,3.1.11,3.1-apache,3.1.11-apache}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} done \ No newline at end of file diff --git a/3.2-apache/Dockerfile b/3.2-apache/Dockerfile index 544181b..5adf769 100644 --- a/3.2-apache/Dockerfile +++ b/3.2-apache/Dockerfile @@ -24,8 +24,8 @@ RUN apk add --no-cache curl \ su-exec ### phpBB -ENV PHPBB_VERSION 3.2.0 -ENV PHPBB_SHA256 '610d960b6e050b205b7248dea366c63bf1feee0551170c75fa4ecbacd5213a0d' +ENV PHPBB_VERSION 3.2.1 +ENV PHPBB_SHA256 'ea1c7e08aa3466aa325deca5d8998a24d103bfecf23826ce61fe5390b6a09f71' WORKDIR /tmp diff --git a/3.2-apache/hooks/post_push b/3.2-apache/hooks/post_push index 44dbb6b..dc1d62b 100755 --- a/3.2-apache/hooks/post_push +++ b/3.2-apache/hooks/post_push @@ -7,7 +7,7 @@ tagStart=$(expr index "$IMAGE_NAME" :) repoName=${IMAGE_NAME:0:tagStart-1} # Tag and push image for each additional tag -for tag in {3,3.2,3-apache,3.2-apache,apache,latest}; do +for tag in {3,3.2,3.2.1,3-apache,3.2-apache,3.2.1-apache,apache,latest}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} done \ No newline at end of file