diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 2e8dfe3..d15347e 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -218,7 +218,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.02" > /VERSION +RUN echo -n "8.1" > /VERSION # ################## # # #### Cleaunup #### #