Skip to content

Commit d2150c5

Browse files
leonspreevejd
authored andcommitted
[0.3.3][] - 2017-12-19
- Python image `python:2.7.14-alpine3.7` is missing. Opened issue: <docker-library/python#252>
1 parent 6a5b73a commit d2150c5

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased][]
88

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
1015
### Fixed
1116
- Made plugins fail with non-zero status for backup errors
1217
- Bumped Python from `2.7.13` to `2.7.14`
@@ -52,7 +57,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5257
- Upload to Softlayer
5358
- Travis CI for continuous integration
5459

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
5662
[0.3.2]: https://github.ibm.com/bdu/gamora/compare/0.3.1...0.3.2
5763
[0.3.1]: https://github.ibm.com/bdu/gamora/compare/0.3.0...0.3.1
5864
[0.3.0]: https://github.ibm.com/bdu/gamora/compare/0.2.1...0.3.0

gamora/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Always specify the point version
2-
FROM python:2.7.14-alpine3.7
2+
FROM python:2.7.14-alpine3.6
33
44

55
# Install database clients

gamora/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Always specify the point version
2-
FROM python:2.7.14-alpine3.7
2+
FROM python:2.7.14-alpine3.6
33
44

55
# Install database clients

0 commit comments

Comments
 (0)