From fd4dd10f41151de4515c8997660274196dc51b1f Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Sat, 27 Mar 2021 15:19:54 -0300 Subject: [PATCH] update haproxy from 2.1.11 to 2.1.12 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 b147849aa..286959f93 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.1.11-alpine +FROM haproxy:2.1.12-alpine RUN apk --no-cache add socat openssl lua5.3 lua-socket dumb-init COPY . /