Skip to content

Commit

Permalink
Version 3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
GaretJax committed Oct 5, 2017
1 parent 019207f commit ddc63f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

3.27 (2017-10-05)
-----------------

* Add PCRE support
* Upgrade to python 3.6.3


3.26 (2017-08-16)
-----------------

Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6.2-alpine3.6 AS build
FROM python:3.6.3-alpine3.6 AS build

ARG TARGET=prod
ENV PATH=/root/.local/bin:$PATH
Expand All @@ -23,6 +23,7 @@ RUN apk add \
libxml2 \
libxslt \
openjpeg \
pcre \
postgresql-client \
postgresql-libs \
proj4@edge \
Expand All @@ -49,6 +50,7 @@ RUN if [ "$TARGET" = "dev" ] ; then apk add \
linux-headers \
musl-dev \
openjpeg-dev \
pcre-dev \
postgresql-dev \
proj4-dev@edge \
readline-dev \
Expand Down

0 comments on commit ddc63f5

Please sign in to comment.