diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 6087b4a..67f6e1f 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -211,7 +211,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.5" > /VERSION +RUN echo -n "9.6" > /VERSION # ################## # # #### Cleaunup #### #