1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-04-03 04:25:44 +02:00

Bump Dockerfile to 3.11

This commit is contained in:
Tessa Walsh 2025-03-12 14:12:27 -04:00
parent 90e3fd6821
commit e8b4b46e3c

View File

@ -1,4 +1,4 @@
ARG PYTHON=python:3.10
ARG PYTHON=python:3.11
FROM $PYTHON