Upgrade to 15.0.2

This commit is contained in:
Eduardo Fraga
2024-05-30 11:30:17 -03:00
parent 7418180807
commit 9a77387d41
22 changed files with 66 additions and 68 deletions

View File

@@ -1,4 +1,7 @@
FROM eftechcombr/bacula:13.0.3-base
FROM eftechcombr/bacula:15.0.2-base
RUN apt-get -y install bacula-postgresql \
&& for i in `ls /opt/bacula/bin`; do if [ ! -z /usr/sbin/$i ]; then ln -s /opt/bacula/bin/$i /usr/sbin/$i; fi; done
VOLUME ["/opt/bacula/etc"]