From e8bfbc1f709f386ad869c49574f114fbf1a4613e Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 7 Feb 2024 11:10:40 -0800 Subject: [PATCH] bump to 9.5 --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index d66675e..6faad67 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -206,7 +206,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.4" > /VERSION +RUN echo -n "9.5" > /VERSION # ################## # # #### Cleaunup #### #