diff --git a/Dockerfile.agnos b/Dockerfile.agnos index d66675e..6faad67 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -206,7 +206,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.4" > /VERSION +RUN echo -n "9.5" > /VERSION # ################## # # #### Cleaunup #### #