Skip to content

Commit

Permalink
Update to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Sep 30, 2020
1 parent e12ed14 commit 34f7b69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 2.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# vim:set ft=dockerfile:
FROM debian:buster-slim

ENV HAPROXY_VERSION 2.2.3
ENV HAPROXY_URL https://www.haproxy.org/download/2.2/src/haproxy-2.2.3.tar.gz
ENV HAPROXY_SHA256 7209db363d4dbecb21133f37b01048df666aebc14ff543525dbea79be202064e
ENV HAPROXY_VERSION 2.2.4
ENV HAPROXY_URL https://www.haproxy.org/download/2.2/src/haproxy-2.2.4.tar.gz
ENV HAPROXY_SHA256 87a4d9d4ff8dc3094cb61bbed4a8eed2c40b5ac47b9604daebaf036d7b541be2

# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -x \
Expand Down
6 changes: 3 additions & 3 deletions 2.2/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# vim:set ft=dockerfile:
FROM alpine:3.12

ENV HAPROXY_VERSION 2.2.3
ENV HAPROXY_URL https://www.haproxy.org/download/2.2/src/haproxy-2.2.3.tar.gz
ENV HAPROXY_SHA256 7209db363d4dbecb21133f37b01048df666aebc14ff543525dbea79be202064e
ENV HAPROXY_VERSION 2.2.4
ENV HAPROXY_URL https://www.haproxy.org/download/2.2/src/haproxy-2.2.4.tar.gz
ENV HAPROXY_SHA256 87a4d9d4ff8dc3094cb61bbed4a8eed2c40b5ac47b9604daebaf036d7b541be2

# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -x \
Expand Down

0 comments on commit 34f7b69

Please sign in to comment.