From 80a37cd3fb94170d0636a60c85a59c665ae5ac2f Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 5 Oct 2022 13:06:42 -0700 Subject: [PATCH] bump version --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 183ae6b..e7c6e53 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" > /VERSION +RUN echo -n "6.1" > /VERSION # ################## # # #### Cleaunup #### #