Update Dockerfiles nextcloud & backup

This commit is contained in:
Mirco 2023-10-18 17:49:01 +02:00
parent 680f364b24
commit 99407b70f3
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM domaindrivenarchitecture/dda-backup:1.0.7
FROM domaindrivenarchitecture/dda-backup:1.0.9
# Prepare Entrypoint Script
ADD resources /tmp

View file

@ -1,7 +1,7 @@
FROM c4k-cloud
RUN apt update
RUN apt -yqq install --no-install-recommends --yes curl default-jre-headless
RUN apt-get update
RUN apt-get -yqq install --no-install-recommends --yes curl default-jre-headless
RUN curl -L -o /tmp/serverspec.jar https://github.com/DomainDrivenArchitecture/dda-serverspec-crate/releases/download/2.0.0/dda-serverspec-standalone.jar