Skip to content

Commit

Permalink
add comment to explain python 3.11 pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
breedenc committed Oct 27, 2023
1 parent 62bf02a commit 247b755
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/Dockerfiles/Dockerfile.python3
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Pinning to Python 3.11 because checkov requires aiohttp, and aiohttp is not yet functional with Python 3.12
# This issue is tracked here: https://github.com/aio-libs/aiohttp/issues/7739
FROM python:3.11-alpine

ARG MAINTAINER
Expand Down

0 comments on commit 247b755

Please sign in to comment.