Skip to content

Commit

Permalink
bug(docker-build): Pins python image to 3.9.16 (openssl 1.1.1n)
Browse files Browse the repository at this point in the history
Solution to issue is to pin the python docker image to 3.9.16
which uses OpenSSL 1.1.1n  15 Mar 2022.

Closes #403
  • Loading branch information
vchendrix committed Aug 24, 2023
1 parent b71e8a3 commit 26552fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.9
ARG PYTHON_VERSION=3.9.16
FROM python:${PYTHON_VERSION}
MAINTAINER Valerie Hendrix <[email protected]>

Expand Down

0 comments on commit 26552fc

Please sign in to comment.