mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 16:14:47 +02:00
Match image version with corresponding Server Administration Manual
Signed-off-by: Mateusz Marzantowicz <mmarzantowicz@osdf.com.pl>
This commit is contained in:
parent
ceba099589
commit
3cd71ca54e
3 changed files with 5 additions and 4 deletions
|
@ -78,6 +78,7 @@ function create_variant() {
|
|||
s/%%APCU_VERSION%%/'"${pecl_versions[APCu]}"'/g;
|
||||
s/%%MEMCACHED_VERSION%%/'"${pecl_versions[memcached]}"'/g;
|
||||
s/%%REDIS_VERSION%%/'"${pecl_versions[redis]}"'/g;
|
||||
s/%%DOCS_VERSION%%/'"${1%.*}"'/g;
|
||||
' "$dir/Dockerfile"
|
||||
|
||||
# Copy the shell scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue