Skip to content

Commit 55186d2

Browse files
Update to 3.4.8, pip 9.0.1
1 parent cd844bc commit 55186d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

3.4/alpine3.4/Dockerfile

Lines changed: 1 addition & 1 deletion
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.4.7
21+
ENV PYTHON_VERSION 3.4.8
2222

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

3.4/jessie/Dockerfile

Lines changed: 1 addition & 1 deletion
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.4.7
23+
ENV PYTHON_VERSION 3.4.8
2424

2525
RUN set -ex \
2626
&& buildDeps=' \

3.4/jessie/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2525
&& rm -rf /var/lib/apt/lists/*
2626

2727
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
28-
ENV PYTHON_VERSION 3.4.7
28+
ENV PYTHON_VERSION 3.4.8
2929

3030
RUN set -ex \
3131
&& buildDeps=" \

3.4/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
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.4.7
23+
ENV PYTHON_VERSION 3.4.8
2424

2525
RUN set -ex \
2626
&& buildDeps=' \

0 commit comments

Comments
 (0)