Skip to content

Commit 37e9f83

Browse files
committed
Upgrade to haproxy 1.8.13
1 parent 841e32b commit 37e9f83

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2018-08-02 (1.8-1.2)
4+
5+
- Upgrade to haproxy 1.8.13
6+
37
## 2018-04-11 (1.8-1.1)
48

59
- Fix entrypoint to work when haproxy.cfg externally is provided.

haproxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM haproxy:1.8
1+
FROM haproxy:1.8.13
22
LABEL maintainer="EEA: IDM2 A-Team <eea-edw-a-team-alerts@googlegroups.com>"
33

44
RUN apt-get update \

haproxy/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ your non-related EEA projects.
1313

1414
### Stable and immutable tags
1515

16-
- `:1.8-1.1` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/tree/1.8-1.1/haproxy/Dockerfile) - HAProxy: **1.8** Release: **1.1**
16+
- `:1.8-1.2` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/tree/1.8-1.2/haproxy/Dockerfile) - HAProxy: **1.8** Release: **1.2**
1717

1818
See [older versions](https://github.com/eea/eea.docker.haproxy/releases)
1919

0 commit comments

Comments
 (0)