bump to 9.5

This commit is contained in:
Adeeb Shihadeh
2024-02-07 11:10:40 -08:00
parent 0e61fa8510
commit e8bfbc1f70
+1 -1
View File
@@ -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 #### #