Skip to content

Commit

Permalink
Merge pull request #140 from Zavy86/fix-139
Browse files Browse the repository at this point in the history
Update docker images
  • Loading branch information
Zavy86 authored Jul 1, 2024
2 parents c3dfa25 + 75fcaa6 commit 2b2d06b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.28
1.0.29
2 changes: 2 additions & 0 deletions docker/development.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ shadow \
apache2 \
php7 \
php7-apache2 \
php7-dom \
php7-json \
php7-mbstring \
php7-session \
php7-xml \
"

# installation
Expand Down
2 changes: 2 additions & 0 deletions docker/production.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ ARG DEPENDENCIES="\
apache2 \
php7 \
php7-apache2 \
php7-dom \
php7-json \
php7-mbstring \
php7-session \
php7-xml \
shadow \
"

Expand Down

0 comments on commit 2b2d06b

Please sign in to comment.