Skip to content

Commit

Permalink
Update to 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Sep 30, 2020
1 parent 34f7b69 commit c447fe1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 2.1/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.1.8
ENV HAPROXY_URL https://www.haproxy.org/download/2.1/src/haproxy-2.1.8.tar.gz
ENV HAPROXY_SHA256 7ad288fdf55c45cb7a429b646afb0239311386a9746682787ae430b70ab1296a
ENV HAPROXY_VERSION 2.1.9
ENV HAPROXY_URL https://www.haproxy.org/download/2.1/src/haproxy-2.1.9.tar.gz
ENV HAPROXY_SHA256 ed26c652ba9c0fef1207dabb5c1db70962254bb1e8892955b6dc119576904627

# 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.1/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.1.8
ENV HAPROXY_URL https://www.haproxy.org/download/2.1/src/haproxy-2.1.8.tar.gz
ENV HAPROXY_SHA256 7ad288fdf55c45cb7a429b646afb0239311386a9746682787ae430b70ab1296a
ENV HAPROXY_VERSION 2.1.9
ENV HAPROXY_URL https://www.haproxy.org/download/2.1/src/haproxy-2.1.9.tar.gz
ENV HAPROXY_SHA256 ed26c652ba9c0fef1207dabb5c1db70962254bb1e8892955b6dc119576904627

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

Please sign in to comment.