File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -eux; \
22
22
# other runtime dependencies for Python are installed later
23
23
24
24
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
25
- ENV PYTHON_VERSION 3.7.11
25
+ ENV PYTHON_VERSION 3.7.12
26
26
27
27
RUN set -ex \
28
28
&& apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -eux; \
22
22
# other runtime dependencies for Python are installed later
23
23
24
24
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
25
- ENV PYTHON_VERSION 3.7.11
25
+ ENV PYTHON_VERSION 3.7.12
26
26
27
27
RUN set -ex \
28
28
&& apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
21
21
&& rm -rf /var/lib/apt/lists/*
22
22
23
23
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
24
- ENV PYTHON_VERSION 3.7.11
24
+ ENV PYTHON_VERSION 3.7.12
25
25
26
26
RUN set -ex \
27
27
\
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN set -eux; \
23
23
rm -rf /var/lib/apt/lists/*
24
24
25
25
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
26
- ENV PYTHON_VERSION 3.7.11
26
+ ENV PYTHON_VERSION 3.7.12
27
27
28
28
RUN set -ex \
29
29
\
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
21
21
&& rm -rf /var/lib/apt/lists/*
22
22
23
23
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
24
- ENV PYTHON_VERSION 3.7.11
24
+ ENV PYTHON_VERSION 3.7.12
25
25
26
26
RUN set -ex \
27
27
\
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN set -eux; \
23
23
rm -rf /var/lib/apt/lists/*
24
24
25
25
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
26
- ENV PYTHON_VERSION 3.7.11
26
+ ENV PYTHON_VERSION 3.7.12
27
27
28
28
RUN set -ex \
29
29
\
You can’t perform that action at this time.
0 commit comments