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 95ec1f41f82a32c4130a4bb4de7d8fdd86d24763 Author: pgvishnuram <[email protected]> AuthorDate: Sat Aug 21 00:19:12 2021 +0530 upgrade alpine image to 3.14 for multiple cve fixes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 694ec0f..aedf61a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -ARG ALPINE_VERSION="3.12" +ARG ALPINE_VERSION="3.14" FROM alpine:${ALPINE_VERSION} AS builder
