Skip to content

Commit f991b37

Browse files
Update to 3.5.7, pip 19.0.3
1 parent 636e027 commit f991b37

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

3.5/alpine3.8/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV LANG C.UTF-8
1818
RUN apk add --no-cache ca-certificates
1919

2020
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
21-
ENV PYTHON_VERSION 3.5.6
21+
ENV PYTHON_VERSION 3.5.7
2222

2323
RUN set -ex \
2424
&& apk add --no-cache --virtual .fetch-deps \

3.5/alpine3.9/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV LANG C.UTF-8
1818
RUN apk add --no-cache ca-certificates
1919

2020
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
21-
ENV PYTHON_VERSION 3.5.6
21+
ENV PYTHON_VERSION 3.5.7
2222

2323
RUN set -ex \
2424
&& apk add --no-cache --virtual .fetch-deps \

3.5/jessie/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1919
&& rm -rf /var/lib/apt/lists/*
2020

2121
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
22-
ENV PYTHON_VERSION 3.5.6
22+
ENV PYTHON_VERSION 3.5.7
2323

2424
RUN set -ex \
2525
\

3.5/jessie/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2020
&& rm -rf /var/lib/apt/lists/*
2121

2222
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
23-
ENV PYTHON_VERSION 3.5.6
23+
ENV PYTHON_VERSION 3.5.7
2424

2525
RUN set -ex \
2626
\

3.5/stretch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1919
&& rm -rf /var/lib/apt/lists/*
2020

2121
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
22-
ENV PYTHON_VERSION 3.5.6
22+
ENV PYTHON_VERSION 3.5.7
2323

2424
RUN set -ex \
2525
\

3.5/stretch/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2020
&& rm -rf /var/lib/apt/lists/*
2121

2222
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
23-
ENV PYTHON_VERSION 3.5.6
23+
ENV PYTHON_VERSION 3.5.7
2424

2525
RUN set -ex \
2626
\

0 commit comments

Comments
 (0)