Skip to content

Commit 6e4facd

Browse files
committed
Update to 2.3-dev1
1 parent 319d41e commit 6e4facd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

2.3-rc/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# vim:set ft=dockerfile:
22
FROM debian:buster-slim
33

4-
ENV HAPROXY_VERSION 2.3-dev0
5-
ENV HAPROXY_URL https://www.haproxy.org/download/2.3/src/devel/haproxy-2.3-dev0.tar.gz
6-
ENV HAPROXY_SHA256 8a04d9600bccd053fb16976fc24a54f20020dc030ee6db1693cfc2eaec434681
4+
ENV HAPROXY_VERSION 2.3-dev1
5+
ENV HAPROXY_URL https://www.haproxy.org/download/2.3/src/devel/haproxy-2.3-dev1.tar.gz
6+
ENV HAPROXY_SHA256 5922d04a9d3e785de23fb636b06511f537d3395b69c8cc98ef0a6ecb82593878
77

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

2.3-rc/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# vim:set ft=dockerfile:
22
FROM alpine:3.12
33

4-
ENV HAPROXY_VERSION 2.3-dev0
5-
ENV HAPROXY_URL https://www.haproxy.org/download/2.3/src/devel/haproxy-2.3-dev0.tar.gz
6-
ENV HAPROXY_SHA256 8a04d9600bccd053fb16976fc24a54f20020dc030ee6db1693cfc2eaec434681
4+
ENV HAPROXY_VERSION 2.3-dev1
5+
ENV HAPROXY_URL https://www.haproxy.org/download/2.3/src/devel/haproxy-2.3-dev1.tar.gz
6+
ENV HAPROXY_SHA256 5922d04a9d3e785de23fb636b06511f537d3395b69c8cc98ef0a6ecb82593878
77

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

0 commit comments

Comments
 (0)