From e02ca41d194a488fa49014005e60ed1007006b11 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 21 Sep 2022 15:47:40 -0700 Subject: [PATCH] bump version --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index a863bd5..183ae6b 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -196,7 +196,7 @@ RUN /tmptmp/readonly_setup.sh && rm -rf /tmptmp COPY ./userspace/files/apt.conf /etc/apt/apt.conf # Write version file -RUN echo -n "5.2" > /VERSION +RUN echo -n "6" > /VERSION # ################## # # #### Cleaunup #### #