From 1af0cde16e95eb4c33ab367708f1f76d957aca90 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 29 Apr 2024 14:07:39 -0700 Subject: [PATCH] bump version to 10 --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index fdf38ba..3d2c594 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -214,7 +214,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.7" > /VERSION +RUN echo -n "10" > /VERSION # ################## # # #### Cleaunup #### #