Skip to content

Commit

Permalink
chore(pre-commit): bump version to 2.9.3 and python to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aexvir committed Jan 18, 2021
1 parent 7108758 commit ce2baa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pre-commit/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pre-commit/Dockerfile.full
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit ce2baa8

Please sign in to comment.