forked from projectcalico/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pin alpine version for docker images to mitigate problems that can arise
Signed-off-by: jose-bigio <[email protected]>
- Loading branch information
jose-bigio
committed
Feb 28, 2018
1 parent
f2a4524
commit 26ec62e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
FROM alpine | ||
FROM alpine:3.7 | ||
MAINTAINER Tom Denham <[email protected]> | ||
|
||
# Set the minimum Docker API version required for libnetwork. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
FROM ppc64le/alpine | ||
FROM ppc64le/alpine:3.7 | ||
MAINTAINER David Wilder <[email protected]> | ||
|
||
# Set the minimum Docker API version required for libnetwork. | ||
|