diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 04b926c..a1b7844 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.2" > /VERSION +RUN echo -n "9.3" > /VERSION # ################## # # #### Cleaunup #### #