Skip to content

Commit

Permalink
chore: upgrade python and mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
marianhromiak authored and aexvir committed Jun 11, 2024
1 parent dcd8805 commit 106c2b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mypy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9-alpine
FROM python:3.12-alpine

ENV version=0.910
ENV version=1.10.0
RUN addgroup -S mypy && adduser -D -S mypy mypy && \
apk add --no-cache --virtual=.build-deps build-base && \
pip install mypy==$version && \
Expand Down

0 comments on commit 106c2b1

Please sign in to comment.