1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-30 01:30:15 +02:00

Bump Dockerfile.simple to rc51

This commit is contained in:
Nick Sweeting
2024-12-18 01:30:37 -05:00
committed by GitHub
parent c54b944674
commit 90f511c367

View File

@@ -4,7 +4,7 @@ FROM python:3.12-slim
WORKDIR /app
RUN pip install archivebox==0.8.5rc50
RUN pip install archivebox==0.8.5rc51
RUN archivebox install
RUN useradd -ms /bin/bash archivebox && chown -R archivebox /app