Skip to content

Commit d3bdd61

Browse files
authored
Xojo 2025r3.1 | CubeSQLPlugin 3.3.3 (#32)
* Xojo 2025r3.1 * About: CubeSQLPlugin SSL Version * Version 1.3.0 * Update Dockerfile
1 parent 0e86dca commit d3bdd61

3 files changed

Lines changed: 71 additions & 29 deletions

File tree

cubesql-webadmin.xojo_project

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Type=Web2
2-
RBProjectVersion=2024.042
2+
RBProjectVersion=2025.031
33
MinIDEVersion=20200200
44
OrigIDEVersion=20240100
55
Folder=resources;resources;&h0000000035B107FF;&h0000000000000000;false
@@ -74,13 +74,13 @@ WebContainer=cntLog;webapp/containers/information/cntLog.xojo_code;&h000000002B1
7474
Class=thrConnectionChoices;webapp/thrConnectionChoices.xojo_code;&h00000000733557FF;&h0000000018D38FFF;false
7575
DefaultWindow=LoginPage
7676
MajorVersion=1
77-
MinorVersion=2
77+
MinorVersion=3
7878
SubVersion=0
7979
NonRelease=0
8080
Release=0
8181
InfoVersion=cubeSQL Web Admin
8282
LongVersion=SQLabs and jo-tools
83-
ShortVersion=1.2.0
83+
ShortVersion=1.3.0
8484
WinCompanyName=sqlabs.com
8585
WinInternalName=cubesqlwebadmin
8686
WinProductName=cubeSQL Web Admin
@@ -107,6 +107,7 @@ DarkMode=True
107107
CopyRedistNextToWindowsEXE=False
108108
IncludePDB=False
109109
WinUIFramework=False
110+
NativeWinUISizes=False
110111
IsWebProject=True
111112
WebDebugPort=8080
112113
WebLaunchBrowser=True

scripts/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ ENV CUBESQL_USERNAME=admin
2020
#INSTALL REQUIRED LIBRARIES
2121
ARG 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
3023
RUN apt-get update
3124
RUN apt-get install -y \
3225
tzdata \

0 commit comments

Comments
 (0)