Skip to content

Commit

Permalink
Run update.sh to bump 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yosifkit committed Jan 23, 2015
1 parent c871678 commit d506059
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 5.4/Dockerfile
Expand Up @@ -14,7 +14,7 @@ RUN mkdir -p $PHP_INI_DIR/conf.d

RUN gpg --keyserver pool.sks-keyservers.net --recv-keys F38252826ACD957EF380D39F2F7956BC5DA04B5D

ENV PHP_VERSION 5.4.36
ENV PHP_VERSION 5.4.37

# --enable-mysqlnd is included below because it's harder to compile after the fact the extensions are (since it's a plugin for several extensions, not an extension in itself)
RUN buildDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 5.4/apache/Dockerfile
Expand Up @@ -27,7 +27,7 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2

RUN gpg --keyserver pool.sks-keyservers.net --recv-keys F38252826ACD957EF380D39F2F7956BC5DA04B5D

ENV PHP_VERSION 5.4.36
ENV PHP_VERSION 5.4.37

# --enable-mysqlnd is included below because it's harder to compile after the fact the extensions are (since it's a plugin for several extensions, not an extension in itself)
RUN buildDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 5.4/fpm/Dockerfile
Expand Up @@ -15,7 +15,7 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-gr

RUN gpg --keyserver pool.sks-keyservers.net --recv-keys F38252826ACD957EF380D39F2F7956BC5DA04B5D

ENV PHP_VERSION 5.4.36
ENV PHP_VERSION 5.4.37

# --enable-mysqlnd is included below because it's harder to compile after the fact the extensions are (since it's a plugin for several extensions, not an extension in itself)
RUN buildDeps=" \
Expand Down

0 comments on commit d506059

Please sign in to comment.