From ae0a164ef045f33eb161aa1a7f9220d80ec11e24 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 8 Jul 2023 14:37:45 -0700 Subject: [PATCH] bump version --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 1f5f5f3..12da5d2 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -209,7 +209,7 @@ RUN /tmptmp/readonly_setup.sh && rm -rf /tmptmp COPY ./userspace/files/apt.conf /etc/apt/apt.conf # Write version file -RUN echo -n "8" > /VERSION +RUN echo -n "8.01" > /VERSION # ################## # # #### Cleaunup #### #