We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f5fed commit fcd736bCopy full SHA for fcd736b
1 file changed
src/variations/unit/Dockerfile
@@ -140,6 +140,9 @@ RUN docker-php-serversideup-dep-install-alpine "${DEPENDENCY_PACKAGES_ALPINE}" &
140
chown -R www-data:www-data /var/www && \
141
chmod -R 755 /var/www && \
142
\
143
+ # Set the image version
144
+ echo "${REPOSITORY_BUILD_VERSION}" > /etc/serversideup-php-version && \
145
+ \
146
# Make composer cache directory
147
mkdir -p "${COMPOSER_HOME}" && \
148
chown -R www-data:www-data "${COMPOSER_HOME}" && \
0 commit comments