Compare commits

...

2 Commits

Author SHA1 Message Date
Bernd Storath c133446f9c Bump version to 15.0.0-beta.10 2025-03-14 14:28:12 +01:00
Bernd Storath e8b3e54228 fix libsql bundling issue 2025-03-14 14:26:08 +01:00
3 changed files with 192 additions and 217 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ COPY --from=build /app/.output /app
# Copy migrations
COPY --from=build /app/server/database/migrations /app/server/database/migrations
# libsql
RUN npm install --no-save libsql
RUN cd /app/server && npm install --no-save libsql
# Install Linux packages
RUN apk add --no-cache \
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "wg-easy",
"version": "15.0.0-beta.9",
"version": "15.0.0-beta.10",
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
"private": true,
"type": "module",
+190 -215
View File
File diff suppressed because it is too large Load Diff