Skip to content

Commit 3590738

Browse files
authored
v1.2.6 (#17)
Bug fixes * Removing pipefail from healthcheck
1 parent a06e2e2 commit 3590738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.5
1+
1.2.6

overlay/usr/local/bin/healthcheck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
set -euo pipefail
3+
# don't set pipefail options - fails on base image
44

55

66
#======================================================================================================================

0 commit comments

Comments
 (0)