From 25a5e2cd79bd0062803369cd165b6cdb1c5b8481 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 23 Feb 2023 14:51:15 -0800 Subject: [PATCH] bump to v7 --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 0e80778..90fd820 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 "6.2" > /VERSION +RUN echo -n "7" > /VERSION # ################## # # #### Cleaunup #### #