From f936388eb818f9b4f8eebaed8faebf0d20766eaf Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 31 May 2022 16:12:29 -0700 Subject: [PATCH] agnos 5 --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index cd438b1..0ad1422 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -199,7 +199,7 @@ RUN /tmptmp/readonly_setup.sh && rm -rf /tmptmp COPY ./userspace/files/apt.conf /etc/apt/apt.conf # Write version file -RUN echo -n "4" > /VERSION +RUN echo -n "5" > /VERSION # ################## # # #### Cleaunup #### #