diff --git a/Dockerfile b/Dockerfile index 76d4a64..6c5cf09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN \ if [[ -n "${VERSION}" && "${VERSION}" != "dev" ]]; then \ PYLOAD="pyload-ng[all]==${VERSION}"; \ fi && \ - pip3 install --no-cache-dir --break-system-packages -U "git+https://github.com/edgarrmondragon/msgspec.git@py313" legacy-cgi "${PYLOAD}" && \ + pip3 install --no-cache-dir --break-system-packages -U "git+https://github.com/jcrist/msgspec.git" legacy-cgi "${PYLOAD}" && \ apk del --purge \ build-dependencies && \ echo "**** add user abc ****" && \