Skip to content

Commit

Permalink
Update Dockerfile to to debian:stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihendry committed Sep 3, 2017
1 parent e06b385 commit 494df7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ after_success:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- export REPO=webc/isobuilder
- export TAG=$(test "$TRAVIS_BRANCH" == "master" && echo "latest" || echo "$TRAVIS_BRANCH")
- docker build -f Dockerfile -t $REPO:$COMMIT .
- docker build -t $REPO:$COMMIT .
- docker tag $REPO:$COMMIT $REPO:$TAG
- docker tag $REPO:$COMMIT $REPO:travis-$TRAVIS_BUILD_NUMBER
- docker push $REPO
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Kai Hendry <hendry@webconverger.com>

RUN apt-get update || true
Expand Down

0 comments on commit 494df7f

Please sign in to comment.