We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a167c81 commit a138c52Copy full SHA for a138c52
Dockerfile
@@ -31,6 +31,7 @@ RUN \
31
"${duplicati_url}" && \
32
unzip -q /tmp/duplicati.zip -d /app && \
33
mv /app/duplicati* /app/duplicati && \
34
+ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
35
echo "**** cleanup ****" && \
36
apt-get clean && \
37
rm -rf \
Dockerfile.aarch64
0 commit comments