diff --git a/Dockerfile.agnos b/Dockerfile.agnos index a863bd5..183ae6b 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -196,7 +196,7 @@ RUN /tmptmp/readonly_setup.sh && rm -rf /tmptmp COPY ./userspace/files/apt.conf /etc/apt/apt.conf # Write version file -RUN echo -n "5.2" > /VERSION +RUN echo -n "6" > /VERSION # ################## # # #### Cleaunup #### #