Skip to content

Commit

Permalink
Bump base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfr committed Jan 30, 2018
1 parent 384c727 commit 4348175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:2.7-alpine3.6 as build
FROM python:2.7-alpine3.7 as build

RUN apk add --no-cache build-base curl

Expand All @@ -10,7 +10,7 @@ RUN ./configure --prefix=/usr/local --modules=lib --state=/var/local/unit --pid=
&& make install


FROM python:2.7-alpine3.6 as dist
FROM python:2.7-alpine3.7 as dist

RUN apk add --no-cache git

Expand Down

0 comments on commit 4348175

Please sign in to comment.