File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased] [ ]
8
8
9
- ## [ 0.3.2] [ ] - 2017-07-10
9
+ ## [ 0.3.3] [ ] - 2017-12-19
10
+ ### Fixed
11
+ - Python image ` python:2.7.14-alpine3.7 ` is missing. Opened issue:
12
+ < https://github.com/docker-library/python/issues/252 >
13
+
14
+ ## [ 0.3.2] [ ] - 2017-12-19
10
15
### Fixed
11
16
- Made plugins fail with non-zero status for backup errors
12
17
- Bumped Python from ` 2.7.13 ` to ` 2.7.14 `
@@ -52,7 +57,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
52
57
- Upload to Softlayer
53
58
- Travis CI for continuous integration
54
59
55
- [ Unreleased ] : https://github.ibm.com/bdu/gamora/compare/0.3.2...HEAD
60
+ [ Unreleased ] : https://github.ibm.com/bdu/gamora/compare/0.3.3...HEAD
61
+ [ 0.3.3 ] : https://github.ibm.com/bdu/gamora/compare/0.3.2...0.3.3
56
62
[ 0.3.2 ] : https://github.ibm.com/bdu/gamora/compare/0.3.1...0.3.2
57
63
[ 0.3.1 ] : https://github.ibm.com/bdu/gamora/compare/0.3.0...0.3.1
58
64
[ 0.3.0 ] : https://github.ibm.com/bdu/gamora/compare/0.2.1...0.3.0
Original file line number Diff line number Diff line change 1
1
# Always specify the point version
2
- FROM python:2.7.14-alpine3.7
2
+ FROM python:2.7.14-alpine3.6
3
3
4
4
5
5
# Install database clients
Original file line number Diff line number Diff line change 1
1
# Always specify the point version
2
- FROM python:2.7.14-alpine3.7
2
+ FROM python:2.7.14-alpine3.6
3
3
4
4
5
5
# Install database clients
You can’t perform that action at this time.
0 commit comments