diff --git a/Dockerfile b/Dockerfile index fac681a..cd08e4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.6 +# syntax=docker/dockerfile:1.7 FROM haproxytech/haproxy-alpine:2.9 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