Skip to content

Commit

Permalink
upgraded to 2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardbejarano committed Feb 16, 2024
1 parent cf9f881 commit 0de6ec3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3 AS build

ARG VERSION="2.8.5"
ARG VERSION="2.8.6"
ARG VERSION_SHORT="2.8"
ARG CHECKSUM="3f5459c5a58e0b343a32eaef7ed5bed9d3fc29d8aa9e14b36c92c969fc2a60d9"
ARG CHECKSUM="9fd034368be66880bd86a300c13dc03bc13521ee2654880dddf192785aa28d51"

ADD https://www.haproxy.org/download/$VERSION_SHORT/src/haproxy-$VERSION.tar.gz /tmp/haproxy.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

Available on Docker Hub as [`docker.io/ricardbejarano/haproxy`](https://hub.docker.com/r/ricardbejarano/haproxy):

- [`2.8.5`, `latest` *(Dockerfile)*](Dockerfile)
- [`2.8.6`, `latest` *(Dockerfile)*](Dockerfile)

### RedHat Quay

Available on RedHat Quay as [`quay.io/ricardbejarano/haproxy`](https://quay.io/repository/ricardbejarano/haproxy):

- [`2.8.5`, `latest` *(Dockerfile)*](Dockerfile)
- [`2.8.6`, `latest` *(Dockerfile)*](Dockerfile)


## Configuration
Expand Down

0 comments on commit 0de6ec3

Please sign in to comment.