Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions cubesql-webadmin.xojo_project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Type=Web2
RBProjectVersion=2024.042
RBProjectVersion=2025.031
MinIDEVersion=20200200
OrigIDEVersion=20240100
Folder=resources;resources;&h0000000035B107FF;&h0000000000000000;false
Expand Down Expand Up @@ -74,13 +74,13 @@ WebContainer=cntLog;webapp/containers/information/cntLog.xojo_code;&h000000002B1
Class=thrConnectionChoices;webapp/thrConnectionChoices.xojo_code;&h00000000733557FF;&h0000000018D38FFF;false
DefaultWindow=LoginPage
MajorVersion=1
MinorVersion=2
MinorVersion=3
SubVersion=0
NonRelease=0
Release=0
InfoVersion=cubeSQL Web Admin
LongVersion=SQLabs and jo-tools
ShortVersion=1.2.0
ShortVersion=1.3.0
WinCompanyName=sqlabs.com
WinInternalName=cubesqlwebadmin
WinProductName=cubeSQL Web Admin
Expand All @@ -107,6 +107,7 @@ DarkMode=True
CopyRedistNextToWindowsEXE=False
IncludePDB=False
WinUIFramework=False
NativeWinUISizes=False
IsWebProject=True
WebDebugPort=8080
WebLaunchBrowser=True
Expand Down
7 changes: 0 additions & 7 deletions scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ ENV CUBESQL_USERNAME=admin
#INSTALL REQUIRED LIBRARIES
ARG DEBIAN_FRONTEND=noninteractive

# WORKAROUND TO BUILD ON INTEL MAC FOR TARGET ARM64V8
RUN if [ "${BUILDPLATFORM}" = "linux/amd64" ] && [ "${ARCH:-amd64}" = "arm64v8" ]; then \
rm /var/lib/dpkg/info/libc-bin.* && \
apt-get clean && \
apt-get update && \
apt-get install -y libc-bin \
; fi
RUN apt-get update
RUN apt-get install -y \
tzdata \
Expand Down
Loading