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

Bump Dockerfile Python version to 3.11

This commit is contained in:
Tessa Walsh 2025-03-03 11:04:22 -05:00
parent 7b0f8b5860
commit abdce3fa53

View File

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