From f9412bb390d8119ed192611ca6114bf99e592be3 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 5 Dec 2023 13:43:56 -0800 Subject: [PATCH] bump version --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 192294e..3817783 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -217,7 +217,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" > /VERSION +RUN echo -n "9.1" > /VERSION # ################## # # #### Cleaunup #### #