Skip to content

Commit

Permalink
upgraded to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardbejarano committed Jul 12, 2024
1 parent 095021d commit e76a368
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="3.0.2"
ARG VERSION="3.0.3"
ARG VERSION_SHORT="3.0"
ARG CHECKSUM="9672ee43b109f19356c35d72687b222dcf82b879360c6e82677397376cf5dc36"
ARG CHECKSUM="39a73c187a0b00d2602cb3ffca52d1b59d90f09032734fe8c03eb2e29a7d19df"

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):

- [`3.0.2`, `latest` *(Dockerfile)*](Dockerfile)
- [`3.0.3`, `latest` *(Dockerfile)*](Dockerfile)

### RedHat Quay

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

- [`3.0.2`, `latest` *(Dockerfile)*](Dockerfile)
- [`3.0.3`, `latest` *(Dockerfile)*](Dockerfile)


## Configuration
Expand Down

0 comments on commit e76a368

Please sign in to comment.