refactor: refactoring of code, improvement of deleteOldBackup function

This commit is contained in:
2024-02-18 13:27:54 +01:00
parent e0457a4ed8
commit 00f2fca8e4
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.6"
ENV VERSION="v0.7"
LABEL authors="Jonas Kaninda"
RUN apt-get update -qq