diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 192294e..3817783 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -217,7 +217,7 @@ RUN /tmptmp/readonly_setup.sh && rm -rf /tmptmp COPY ./userspace/files/apt.conf /etc/apt/apt.conf # Write version file -RUN echo -n "9" > /VERSION +RUN echo -n "9.1" > /VERSION # ################## # # #### Cleaunup #### #