Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #45

Merged
merged 3 commits into from
Aug 9, 2023
Merged

Dev #45

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.trivy*
.version
.idea/
.vscode/
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.10.4-rc.1](https://github.com/AnotherStranger/docker-borg-backup/compare/v1.10.3...v1.10.4-rc.1) (2023-08-09)


### Code Refactoring

* **docker:** :arrow_up: upgrade docker image dependencies ([5ac6c00](https://github.com/AnotherStranger/docker-borg-backup/commit/5ac6c00d1284f52f43d1900f62eb6fb5321f07bf))

## [1.10.3](https://github.com/AnotherStranger/docker-borg-backup/compare/v1.10.2...v1.10.3) (2023-06-19)


Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down