File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV LANG C.UTF-8
18
18
RUN apk add --no-cache ca-certificates
19
19
20
20
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
21
- ENV PYTHON_VERSION 3.4.7
21
+ ENV PYTHON_VERSION 3.4.8
22
22
23
23
RUN set -ex \
24
24
&& apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
20
20
&& rm -rf /var/lib/apt/lists/*
21
21
22
22
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
23
- ENV PYTHON_VERSION 3.4.7
23
+ ENV PYTHON_VERSION 3.4.8
24
24
25
25
RUN set -ex \
26
26
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
25
25
&& rm -rf /var/lib/apt/lists/*
26
26
27
27
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
28
- ENV PYTHON_VERSION 3.4.7
28
+ ENV PYTHON_VERSION 3.4.8
29
29
30
30
RUN set -ex \
31
31
&& buildDeps=" \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
20
20
&& rm -rf /var/lib/apt/lists/*
21
21
22
22
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
23
- ENV PYTHON_VERSION 3.4.7
23
+ ENV PYTHON_VERSION 3.4.8
24
24
25
25
RUN set -ex \
26
26
&& buildDeps=' \
You can’t perform that action at this time.
0 commit comments