2 Commits

Author SHA1 Message Date
c44bb686e2 chore: bump version to v1.0.8 2025-04-30 23:56:51 +02:00
4b382b6ca8 chore: add build-essential for ar 2025-04-30 23:55:30 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"author": "Morgan", "author": "Morgan",
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"tagline": "A modern client-server application for the Soulseek file-sharing network.", "tagline": "A modern client-server application for the Soulseek file-sharing network.",
"version": "1.0.7", "version": "1.0.8",
"healthCheckPath": "/health", "healthCheckPath": "/health",
"httpPort": 5030, "httpPort": 5030,
"addons": { "addons": {

View File

@ -21,7 +21,7 @@ FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
tini gosu libstdc++6 \ tini gosu libstdc++6 \
wget curl ca-certificates unzip jq rsync \ build-essential wget curl ca-certificates unzip jq rsync \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Minimal filesystem layout # Minimal filesystem layout

View File

@ -1 +1 @@
1.0.7 1.0.8