This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch development in repository https://gitbox.apache.org/repos/asf/airflow-pgbouncer-exporter.git
commit da9963d7ada273464113c56f5dcf31cdc4d3ef80 Author: Juraj Bubniak <[email protected]> AuthorDate: Wed Dec 16 19:53:09 2020 +0100 Switch to alpine as base image. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50a5bfc..694ec0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ LABEL org.apache.airflow.commit_sha="${COMMIT_SHA}" LABEL maintainer="Apache Airflow Community <[email protected]>" # hadolint ignore=DL3018 -RUN apk --no-cache add libressl libressl-dev +RUN apk --no-cache add tzdata ca-certificates libressl libressl-dev COPY pgbouncer_exporter /bin
