Skip to content

Commit

Permalink
add version to image
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Aug 21, 2024
1 parent 05480b1 commit b0ea04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN \
apt-get update && \
apt-get install -y --no-install-recommends \
"resilio-sync=${SYNC_VERSION}" && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN \
apt-get update && \
apt-get install -y --no-install-recommends \
"resilio-sync=${SYNC_VERSION}" && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \
Expand Down

0 comments on commit b0ea04f

Please sign in to comment.