Skip to content

Commit

Permalink
Update to 2.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Nov 6, 2020
1 parent 9f793ab commit c395a5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 2.0/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.0.18
ENV HAPROXY_URL https://www.haproxy.org/download/2.0/src/haproxy-2.0.18.tar.gz
ENV HAPROXY_SHA256 20b9e3cb3f108b414abddc1cacabde8c76abb293cd8e017f0b1fb67dd313b195
ENV HAPROXY_VERSION 2.0.19
ENV HAPROXY_URL https://www.haproxy.org/download/2.0/src/haproxy-2.0.19.tar.gz
ENV HAPROXY_SHA256 dcc444ac0aca0917e289653134333f7c29d05d844e6cd60dd04e23b5ff80c92d

# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -eux; \
Expand Down
6 changes: 3 additions & 3 deletions 2.0/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.0.18
ENV HAPROXY_URL https://www.haproxy.org/download/2.0/src/haproxy-2.0.18.tar.gz
ENV HAPROXY_SHA256 20b9e3cb3f108b414abddc1cacabde8c76abb293cd8e017f0b1fb67dd313b195
ENV HAPROXY_VERSION 2.0.19
ENV HAPROXY_URL https://www.haproxy.org/download/2.0/src/haproxy-2.0.19.tar.gz
ENV HAPROXY_SHA256 dcc444ac0aca0917e289653134333f7c29d05d844e6cd60dd04e23b5ff80c92d

# 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 c395a5c

Please sign in to comment.