1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Bump Dockerfile Python to 3.10

This commit is contained in:
Tessa Walsh 2025-03-06 15:23:26 -05:00
parent 8707918269
commit c569a4e644

View File

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