Update build_version

This commit is contained in:
thespad 2024-05-22 17:15:20 +01:00
parent cbd95c96c3
commit 7cf8ba0600
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ RUN \
echo "**** setup openssh environment ****" && \
sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && \
usermod --shell /bin/bash abc && \
echo "Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" > /build_version && \
printf "Linuxserver.io version:- ${VERSION}\nBuild-date:- ${BUILD_DATE}" > /build_version && \
rm -rf \
/tmp/*

View File

@ -31,7 +31,7 @@ RUN \
echo "**** setup openssh environment ****" && \
sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && \
usermod --shell /bin/bash abc && \
echo "Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" > /build_version && \
printf "Linuxserver.io version:- ${VERSION}\nBuild-date:- ${BUILD_DATE}" > /build_version && \
rm -rf \
/tmp/*