diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 5a887f9..9c4e049 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -207,7 +207,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.3" > /VERSION +RUN echo -n "9.4" > /VERSION # ################## # # #### Cleaunup #### #