Skip to content

Commit 1f6e17c

Browse files
committed
Apply update.sh
1 parent d4c07d9 commit 1f6e17c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ env:
1111
- VERSION=3.6 VARIANT=jessie/slim
1212
- VERSION=3.6 VARIANT=alpine3.7
1313
- VERSION=3.6 VARIANT=alpine3.6
14+
- VERSION=3.5 VARIANT=stretch
15+
- VERSION=3.5 VARIANT=stretch/slim
1416
- VERSION=3.5 VARIANT=jessie
1517
- VERSION=3.5 VARIANT=jessie/slim
1618
- VERSION=3.5 VARIANT=alpine3.7

3.5/stretch/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ RUN set -ex; \
121121
\) -exec rm -rf '{}' +; \
122122
rm -f get-pip.py
123123

124-
CMD ["python3"]
124+
CMD ["python3"]

0 commit comments

Comments
 (0)