diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 1f5f5f3..12da5d2 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -209,7 +209,7 @@ RUN /tmptmp/readonly_setup.sh && rm -rf /tmptmp COPY ./userspace/files/apt.conf /etc/apt/apt.conf # Write version file -RUN echo -n "8" > /VERSION +RUN echo -n "8.01" > /VERSION # ################## # # #### Cleaunup #### #