Loading build.sh +2 −0 Original line number Diff line number Diff line #!/bin/bash set -e declare -r name=${1:-docker.seblu.net/docker/dokuwiki} # Dokuwiki upstream consider the last reliable version to be rc when available. # The update_check in dokuwiki is always looking for RC too. Loading Loading
build.sh +2 −0 Original line number Diff line number Diff line #!/bin/bash set -e declare -r name=${1:-docker.seblu.net/docker/dokuwiki} # Dokuwiki upstream consider the last reliable version to be rc when available. # The update_check in dokuwiki is always looking for RC too. Loading