From 01708b909869861b385a922403844d2e6e857a6d Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Sat, 27 Mar 2021 15:09:28 -0300 Subject: [PATCH] update haproxy from 2.0.20 to 2.0.21 This also updates OpenSSL to 1.1.1k which fixes CVE-2021-3450. --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 39c76476f..7864c0452 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM haproxy:2.0.20-alpine +FROM haproxy:2.0.21-alpine RUN apk --no-cache add socat openssl lua5.3 lua-socket dumb-init COPY . /