Skip to content

Commit db31004

Browse files
committed
Update to 3.4.3
1 parent 9ef507b commit db31004

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

3.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get purge -y python.*
77
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
88
ENV LANG C.UTF-8
99

10-
ENV PYTHON_VERSION 3.4.2
10+
ENV PYTHON_VERSION 3.4.3
1111

1212
# gpg: key F73C700D: public key "Larry Hastings <[email protected]>" imported
1313
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 97FC712E4C024BBEA48A61ED3A5CA953F73C700D

3.4/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.4.2
1+
FROM python:3.4.3
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app

3.4/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1313
libssl1.0.0 \
1414
&& rm -rf /var/lib/apt/lists/*
1515

16-
ENV PYTHON_VERSION 3.4.2
16+
ENV PYTHON_VERSION 3.4.3
1717

1818
# gpg: key F73C700D: public key "Larry Hastings <[email protected]>" imported
1919
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 97FC712E4C024BBEA48A61ED3A5CA953F73C700D

3.4/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get purge -y python.*
77
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
88
ENV LANG C.UTF-8
99

10-
ENV PYTHON_VERSION 3.4.2
10+
ENV PYTHON_VERSION 3.4.3
1111

1212
# gpg: key F73C700D: public key "Larry Hastings <[email protected]>" imported
1313
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 97FC712E4C024BBEA48A61ED3A5CA953F73C700D

0 commit comments

Comments
 (0)