Ensure the expected version is installed

This commit is contained in:
Daniel Berteaud 2024-02-26 13:08:23 +01:00
parent 8b512b30a8
commit 6fb6996f66
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ RUN set -euxo pipefail &&\
dnf -y install \
dnf \
postgresql16 \
onlyoffice-documentserver \
onlyoffice-documentserver-${OO_VERSION} \
nginx \
&&\
dnf clean all &&\