Skip to content

Commit 8273217

Browse files
committed
Update version of mcrypt
1 parent 05311c7 commit 8273217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN apt-get update && \
3535
RUN apt-get update && \
3636
apt-get install -y \
3737
gcc make autoconf libc-dev pkg-config libmcrypt-dev \
38-
&& pecl install mcrypt-1.0.2
38+
&& pecl install mcrypt-1.0.3
3939

4040
RUN bash -c "echo extension=mcrypt.so > /usr/local/etc/php/conf.d/mcrypt.ini"
4141

0 commit comments

Comments
 (0)