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 #### #