This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch migrate-to-latest-pgbouncer-exported in repository https://gitbox.apache.org/repos/asf/airflow-pgbouncer-exporter.git
commit 251ec718b046e2e98952bc1f172c97592855dae1 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
