bump cryptol-remote-api test docker file to python 3.12

This commit is contained in:
Ryan 2024-05-15 08:29:56 -06:00
parent d29ac4f672
commit e49cd81aa7

View File

@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.12
# Intended to be built from the root of the cryptol git repository
COPY cryptol-remote-api/python python