Skip to content

Commit

Permalink
upgraded to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardbejarano committed Dec 13, 2024
1 parent d5995ae commit a8c7b22
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.6"
ARG VERSION="3.0.7"
ARG VERSION_SHORT="3.0"
ARG CHECKSUM="cf1bf58b5bc79c48db7b01667596ffd98343adb29a41096f075f00a8f90a7335"
ARG CHECKSUM="5c5c6b66645278435a89cd6e2a0d39f8e7d2546212d847bd0d236511ff996f11"

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.6`, `latest` *(Dockerfile)*](Dockerfile)
- [`3.0.7`, `latest` *(Dockerfile)*](Dockerfile)

### RedHat Quay

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

- [`3.0.6`, `latest` *(Dockerfile)*](Dockerfile)
- [`3.0.7`, `latest` *(Dockerfile)*](Dockerfile)


## Configuration
Expand Down

0 comments on commit a8c7b22

Please sign in to comment.