refactor: refactoring of code, improvement of deleteOldBackup function

This commit is contained in:
2024-02-18 13:33:05 +01:00
parent 2f741baeec
commit 641ac941a0
4 changed files with 45 additions and 34 deletions

View File

@@ -21,7 +21,7 @@ ENV ACCESS_KEY=""
ENV SECRET_KEY=""
ENV S3_ENDPOINT=https://s3.amazonaws.com
ARG DEBIAN_FRONTEND=noninteractive
ENV VERSION="v0.5"
ENV VERSION="v0.6"
LABEL authors="Jonas Kaninda"
RUN apt-get update -qq