From 3118a9c95f0e7e58597ca1dd0dbd0c1f31d1354a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:40:20 +0000 Subject: [PATCH] chore(deps): update haproxytech/haproxy-alpine docker tag to v3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fac681a..4824ca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.6 -FROM haproxytech/haproxy-alpine:2.9 +FROM haproxytech/haproxy-alpine:3.1 RUN apk update --no-cache && apk upgrade --no-cache openssl && apk add --no-cache gettext RUN mkdir -p /etc/codecov/ssl/certs && chown haproxy:haproxy /etc/codecov/ssl/certs && chown haproxy:haproxy /etc/haproxy COPY --chown=haproxy:haproxy --chmod=644 config/0-haproxy.conf /etc/haproxy/0-haproxy.conf.template