diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 456aa8e..04b926c 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -212,7 +212,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.1" > /VERSION +RUN echo -n "9.2" > /VERSION # ################## # # #### Cleaunup #### #