From 3bc2e30890d0436970c36857ca36d0a73f85d822 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 7 Feb 2024 15:54:58 -0800 Subject: [PATCH] bump version to 9.6 --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 6087b4a..67f6e1f 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -211,7 +211,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.5" > /VERSION +RUN echo -n "9.6" > /VERSION # ################## # # #### Cleaunup #### #