diff --git a/.gitignore b/.gitignore index c16ac5c..716fa63 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .trivy* .version +.idea/ +.vscode/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d657593..96f1096 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: check-added-large-files - repo: https://github.com/commitizen-tools/commitizen - rev: v2.42.1 + rev: 3.6.0 hooks: - id: commitizen stages: @@ -24,13 +24,13 @@ repos: - -t - warning - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.33.0 + rev: v0.35.0 hooks: - id: markdownlint-fix args: - "-i" - "CHANGELOG.md" - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.2 + rev: v0.9.0.5 hooks: - id: shellcheck diff --git a/Dockerfile b/Dockerfile index 18aea67..e8a25fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,16 +3,16 @@ ################################################################################ ARG BORGBACKUP_VERSION="1.2.4" ARG PYTHON_VERSION="3.11" -ARG OPENSSH_VERSION="9.3_p1-r3" +ARG OPENSSH_VERSION="9.3_p2-r0" ARG SED_VERSION="4.9-r2" ARG BASH_VERSION="5.2.15-r5" ARG SHADOW_VERSION="4.13-r4" -ARG OPENSSL_VERSION="3.1.1-r1" +ARG OPENSSL_VERSION="3.1.2-r0" ARG PKG_CONF_VERSION="1.9.5-r0" ARG GCC_VERSION="12.2.1_git20220924-r10" -ARG MUSL_VERSION="1.2.4-r0" +ARG MUSL_VERSION="1.2.4-r1" ARG ACL_VERSION="2.3.1-r3" -ARG XXHASH_VERSION="0.8.1-r4" +ARG XXHASH_VERSION="0.8.2-r0" ARG ZSTD_VERSION="1.5.5-r4" ARG LZ4_VERSION="1.9.4-r4" ARG LINUX_HEADERS_VERSION="6.3-r0"