Skip to content

Commit

Permalink
Add version print
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Aug 26, 2024
1 parent b6556ba commit 9fb10d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ RUN \
qt5-qtbase-sqlite \
qt5-qtscript \
libqca-qt5 \
openldap
openldap && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version

# copy artifacts build stage
COPY --from=build-stage /build/quassel/usr/ /usr/
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ RUN \
qt5-qtbase-sqlite \
qt5-qtscript \
libqca-qt5 \
openldap
openldap && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version

# copy artifacts build stage
COPY --from=build-stage /build/quassel/usr/ /usr/
Expand Down

0 comments on commit 9fb10d0

Please sign in to comment.