Skip to content

Commit

Permalink
Merge pull request #314 from JrCs/dev
Browse files Browse the repository at this point in the history
Merge dev into master
  • Loading branch information
buchdag authored Jan 1, 2018
2 parents 75137c6 + d27d4cf commit e6db45e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.7

LABEL maintainer="Yves Blusseau <[email protected]> (@blusseau)"

Expand Down
2 changes: 1 addition & 1 deletion app/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ term_handler() {
source /app/functions.sh
remove_all_location_configurations

exit 143; # 128 + 15 -- SIGTERM
exit 0
}

trap 'term_handler' INT QUIT TERM
Expand Down

0 comments on commit e6db45e

Please sign in to comment.