We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a5359 commit 8b5af2eCopy full SHA for 8b5af2e
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.6
2
-FROM haproxytech/haproxy-alpine:2.9
+FROM haproxytech/haproxy-alpine:3.0
3
RUN apk update --no-cache && apk upgrade --no-cache openssl && apk add --no-cache gettext
4
RUN mkdir -p /etc/codecov/ssl/certs && chown haproxy:haproxy /etc/codecov/ssl/certs && chown haproxy:haproxy /etc/haproxy
5
COPY --chown=haproxy:haproxy --chmod=644 config/0-haproxy.conf /etc/haproxy/0-haproxy.conf.template
0 commit comments