From 4754620fd296d9487a55fab5eb6322b13008ed1d Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 18 Jul 2023 10:44:01 -0700 Subject: [PATCH] bump version --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 2e8dfe3..d15347e 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -218,7 +218,7 @@ RUN /tmptmp/readonly_setup.sh && rm -rf /tmptmp COPY ./userspace/files/apt.conf /etc/apt/apt.conf # Write version file -RUN echo -n "8.02" > /VERSION +RUN echo -n "8.1" > /VERSION # ################## # # #### Cleaunup #### #