Skip to content

Commit 4348175

Browse files
committed
Bump base image version
1 parent 384c727 commit 4348175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:2.7-alpine3.6 as build
1+
FROM python:2.7-alpine3.7 as build
22

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

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

1212

13-
FROM python:2.7-alpine3.6 as dist
13+
FROM python:2.7-alpine3.7 as dist
1414

1515
RUN apk add --no-cache git
1616

0 commit comments

Comments
 (0)