[MISC] (deps): Bump haproxy from 2.2.4-alpine to 2.3.0-alpine in /internal/suites/example/compose/haproxy (#1431)
* [MISC] (deps): Bump haproxy in /internal/suites/example/compose/haproxy Bumps haproxy from 2.2.4-alpine to 2.3.0-alpine. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Fix HAProxy suite Looks like the new version of HAProxy has config validation which expects a newline at the bottom of `haproxy.cfg`. CI was failing with the following error: [NOTICE] 313/021816 (1) : haproxy version is 2.3.0-1c0a722 [ALERT] 313/021816 (1) : parsing [/usr/local/etc/haproxy/haproxy.cfg:80]: Missing LF on last line, file might have been truncated at position 42. [ALERT] 313/021816 (1) : Error(s) found in configuration file : /usr/local/etc/haproxy/haproxy.cfg [ALERT] 313/021816 (1) : Fatal errors found in configuration. Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Amir Zarrinkafsh <nightah@me.com>pull/1435/head
parent
fde6f223bb
commit
a5f07d7ade
|
@ -1,4 +1,4 @@
|
||||||
FROM haproxy:2.2.4-alpine
|
FROM haproxy:2.3.0-alpine
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
|
|
Loading…
Reference in New Issue