From c02230c2acca1bfebc7c22daca450a5e22eabc49 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 7 Feb 2022 17:12:10 -0800 Subject: [PATCH] bump version to 4 --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 0019cdd..38bb40d 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -205,7 +205,7 @@ RUN /tmptmp/readonly_setup.sh && rm -rf /tmptmp COPY ./userspace/files/apt.conf /etc/apt/apt.conf # Write version file -RUN echo -n "3" > /VERSION +RUN echo -n "4" > /VERSION # ################## # # #### Cleaunup #### #