From acef5f6a1a0e87d5efaf2fda5680f38f3f5264ac Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 26 Feb 2024 20:37:41 -0800 Subject: [PATCH] revert --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index d54e5d7..fdf38ba 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -214,7 +214,7 @@ RUN /tmptmp/readonly_setup.sh && rm -rf /tmptmp COPY ./userspace/files/apt.conf /etc/apt/apt.conf # Write version file -RUN echo -n "10.0" > /VERSION +RUN echo -n "9.7" > /VERSION # ################## # # #### Cleaunup #### #