Skip to content

Commit

Permalink
Added Redaxo 5.5.1 ENV (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bloep authored and schuer committed Mar 21, 2018
1 parent ba0f0a5 commit 9fc0733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/php-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN apt-get update -q && apt-get install -qy \
#ENV REDAXO_VERSION=5.2.0 REDAXO_SHA=fa141b1b7116c5a1349c63193c230d517c112b8e
#ENV REDAXO_VERSION=5.3.0 REDAXO_SHA=fd20820ab4c1faa905dabe7bb526c3aec8afe24b
#ENV REDAXO_VERSION=5.4.0 REDAXO_SHA=bdf19a343d91bb23ff5f8a7644af54c643bebd2b
ENV REDAXO_VERSION=5.5.0 REDAXO_SHA=a90e5329c7588d467b95c3785a49682069760a77
#ENV REDAXO_VERSION=5.5.0 REDAXO_SHA=a90e5329c7588d467b95c3785a49682069760a77
ENV REDAXO_VERSION=5.5.1 REDAXO_SHA=050aa51821531238ffbb084936649cde83026ca4

# fetch REDAXO, validate checksum and extract to tmp folder
RUN set -e; \
Expand Down

0 comments on commit 9fc0733

Please sign in to comment.