Skip to content

Commit

Permalink
Merge pull request #208 from ens-lgil/release/92
Browse files Browse the repository at this point in the history
Update the libpng library in the Dockerfile
  • Loading branch information
at7 authored May 17, 2018
2 parents a8dfb41 + d83af51 commit d047a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get -y install \
curl \
git \
libmysqlclient-dev \
libpng12-dev \
libpng-dev \
libssl-dev \
locales \
manpages \
Expand Down
2 changes: 1 addition & 1 deletion modules/Bio/EnsEMBL/VEP/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ use warnings;
use base qw(Exporter);

our $VEP_VERSION = 92;
our $VEP_SUB_VERSION = 1;
our $VEP_SUB_VERSION = 2;

our @EXPORT_OK = qw(
@FLAG_FIELDS
Expand Down

0 comments on commit d047a0f

Please sign in to comment.