8000 Release v2.3.0 (#2) · pythonnet/pythonnet-docker@f3033f0 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit f3033f0

Browse files
denfromufavmuriart
authored andcommitted
Release v2.3.0 (#2)
1 parent 0390fb6 commit f3033f0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Dockerfile-python2.7-mono4.8.0-pythonnet2.2.2 renamed to Dockerfile-python2.7-mono4.8.0-pythonnet2.3.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ RUN apt-get update \
1111
&& apt-get install -y mono-complete=4.8.0.495-0xamarin1 \
1212
&& rm -rf /var/lib/apt/lists/* /tmp/*
1313

14-
RUN pip install pythonnet==2.2.2
14+
RUN pip install pythonnet==2.3.0

Dockerfile-python3.5-mono4.8.0-pythonnet2.2.2 renamed to Dockerfile-python3.5-mono4.8.0-pythonnet2.3.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ RUN apt-get update \
1212
&& apt-get install -y mono-complete=4.8.0.495-0xamarin1 \
1313
&& rm -rf /var/lib/apt/lists/* /tmp/*
1414

15-
RUN pip install pycparser==2.17 && pip install pythonnet==2.2.2
15+
RUN pip install pycparser==2.17 && pip install pythonnet==2.3.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
- Python 2.7 & 3.5
1010
- Mono 4.8.0
11-
- Pythonnet 2.2.2
11+
- Pythonnet 2.3.0
1212

1313
*Note: The dockerfiles are named with their respective combinations.*

build_and_deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -e
44

5-
docker build -t pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.2.2 -f Dockerfile-python2.7-mono4.8.0-pythonnet2.2.2 .
6-
docker build -t pythonnet/pythonnet:python3.5-mono4.8.0-pythonnet2.2.2 -f Dockerfile-python3.5-mono4.8.0-pythonnet2.2.2 .
5+
docker build -t pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.3.0 -f Dockerfile-python2.7-mono4.8.0-pythonnet2.3.0 .
6+
docker build -t pythonnet/pythonnet:python3.5-mono4.8.0-pythonnet2.3.0 -f Dockerfile-python3.5-mono4.8.0-pythonnet2.3.0 .
77

8-
docker push pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.2.2
9-
docker push pythonnet/pythonnet:python3.5-mono4.8.0-pythonnet2.2.2
8+
docker push pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.3.0
9+
docker push pythonnet/pythonnet:python3.5-mono4.8.0-pythonnet2.3.0

0 commit comments

Comments
 (0)
0