This commit is contained in:
thelamer 2025-07-30 07:41:25 -04:00
parent f93a3705a3
commit aa67ab19f6
No known key found for this signature in database
4 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@ RUN \
&& awk '/^P:sqlitebrowser$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); \
fi && \
apk add --no-cache \
qt5-qtsvg \
sqlitebrowser==${SQLITEB_VERSION} && \
echo "**** cleanup ****" && \
rm -rf \

View File

@ -21,6 +21,7 @@ RUN \
&& awk '/^P:sqlitebrowser$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); \
fi && \
apk add --no-cache \
qt5-qtsvg \
sqlitebrowser==${SQLITEB_VERSION} && \
echo "**** cleanup ****" && \
rm -rf \

View File

@ -390,6 +390,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **30.07.25:** - Install Qt SVG for icon support.
* **12.07.25:** - Rebase to Selkies and Alpine 3.22, HTTPS IS NOW REQUIRED.
* **06.12.24:** - Rebase to Alpine 3.21.
* **23.05.24:** - Rebase to Alpine 3.20.

View File

@ -102,6 +102,7 @@ init_diagram: |
"sqlitebrowser:latest" <- Base Images
# changelog
changelogs:
- {date: "30.07.25:", desc: "Install Qt SVG for icon support."}
- {date: "12.07.25:", desc: "Rebase to Selkies and Alpine 3.22, HTTPS IS NOW REQUIRED."}
- {date: "06.12.24:", desc: "Rebase to Alpine 3.21."}
- {date: "23.05.24:", desc: "Rebase to Alpine 3.20."}