File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Type=Web2
2- RBProjectVersion=2024.042
2+ RBProjectVersion=2025.031
33MinIDEVersion=20200200
44OrigIDEVersion=20240100
55Folder=resources;resources;&h0000000035B107FF;&h0000000000000000;false
@@ -74,13 +74,13 @@ WebContainer=cntLog;webapp/containers/information/cntLog.xojo_code;&h000000002B1
7474Class=thrConnectionChoices;webapp/thrConnectionChoices.xojo_code;&h00000000733557FF;&h0000000018D38FFF;false
7575DefaultWindow=LoginPage
7676MajorVersion=1
77- MinorVersion=2
77+ MinorVersion=3
7878SubVersion=0
7979NonRelease=0
8080Release=0
8181InfoVersion=cubeSQL Web Admin
8282LongVersion=SQLabs and jo-tools
83- ShortVersion=1.2 .0
83+ ShortVersion=1.3 .0
8484WinCompanyName=sqlabs.com
8585WinInternalName=cubesqlwebadmin
8686WinProductName=cubeSQL Web Admin
@@ -107,6 +107,7 @@ DarkMode=True
107107CopyRedistNextToWindowsEXE=False
108108IncludePDB=False
109109WinUIFramework=False
110+ NativeWinUISizes=False
110111IsWebProject=True
111112WebDebugPort=8080
112113WebLaunchBrowser=True
Original file line number Diff line number Diff line change @@ -20,13 +20,6 @@ ENV CUBESQL_USERNAME=admin
2020# INSTALL REQUIRED LIBRARIES
2121ARG DEBIAN_FRONTEND=noninteractive
2222
23- # WORKAROUND TO BUILD ON INTEL MAC FOR TARGET ARM64V8
24- RUN if [ "${BUILDPLATFORM}" = "linux/amd64" ] && [ "${ARCH:-amd64}" = "arm64v8" ]; then \
25- rm /var/lib/dpkg/info/libc-bin.* && \
26- apt-get clean && \
27- apt-get update && \
28- apt-get install -y libc-bin \
29- ; fi
3023RUN apt-get update
3124RUN apt-get install -y \
3225 tzdata \
You can’t perform that action at this time.
0 commit comments