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 2f73922 commit 42199dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN \
apt-get update && \
apt-get install -y --no-install-recommends \
${MEDIAELCH} && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \
Expand Down

0 comments on commit 42199dc

Please sign in to comment.