Skip to content

Commit

Permalink
Set repository build version (Fixes #496)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Nov 19, 2024
1 parent 68f5fed commit fcd736b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/variations/unit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ RUN docker-php-serversideup-dep-install-alpine "${DEPENDENCY_PACKAGES_ALPINE}" &
chown -R www-data:www-data /var/www && \
chmod -R 755 /var/www && \
\
# Set the image version
echo "${REPOSITORY_BUILD_VERSION}" > /etc/serversideup-php-version && \
\
# Make composer cache directory
mkdir -p "${COMPOSER_HOME}" && \
chown -R www-data:www-data "${COMPOSER_HOME}" && \
Expand Down

0 comments on commit fcd736b

Please sign in to comment.