From ce2baa87e22772a5cdb4cdf549747ee51a4167f8 Mon Sep 17 00:00:00 2001 From: Alex Viscreanu Date: Mon, 18 Jan 2021 11:07:47 +0100 Subject: [PATCH] chore(pre-commit): bump version to 2.9.3 and python to 3.9 --- pre-commit/Dockerfile | 4 ++-- pre-commit/Dockerfile.full | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pre-commit/Dockerfile b/pre-commit/Dockerfile index 79e977fa..5199e7eb 100644 --- a/pre-commit/Dockerfile +++ b/pre-commit/Dockerfile @@ -1,6 +1,6 @@ -FROM python:3.8-alpine +FROM python:3.9-alpine -ENV version=2.7.1 +ENV version=2.9.3 RUN apk add --no-cache git npm bash build-base && \ # npm needs unsafe-perm because of https://github.com/nodejs/docker-node/issues/813 diff --git a/pre-commit/Dockerfile.full b/pre-commit/Dockerfile.full index 45825582..b85c64f8 100644 --- a/pre-commit/Dockerfile.full +++ b/pre-commit/Dockerfile.full @@ -1,7 +1,7 @@ -FROM python:3.8-alpine +FROM python:3.9-alpine ENV PATH="$PATH:/root/.pyenv/bin:/root/.pyenv/shims" -ENV version=2.7.1 +ENV version=2.9.3 RUN apk add --no-cache --virtual=.build-deps curl git linux-headers openssl-dev sqlite-dev readline-dev bzip2-dev ncurses-dev sqlite-dev patch xz-dev zlib-dev && \ apk add --no-cache --virtual=.run-deps bash build-base curl-dev openssl readline libffi libbz2 libffi-dev bzip2 ncurses sqlite sqlite-libs zlib xz postgresql-dev ca-certificates && \