Skip to content

Commit e6db45e

Browse files
authored
Merge pull request #314 from JrCs/dev
Merge dev into master
2 parents 75137c6 + d27d4cf commit e6db45e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.6
1+
FROM alpine:3.7
22

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

app/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ term_handler() {
88
source /app/functions.sh
99
remove_all_location_configurations
1010

11-
exit 143; # 128 + 15 -- SIGTERM
11+
exit 0
1212
}
1313

1414
trap 'term_handler' INT QUIT TERM

0 commit comments

Comments
 (0)