Skip to content

Commit

Permalink
refactor(docker): ⬆️ upgrade docker image dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherStranger committed Aug 9, 2023
1 parent fb36e91 commit 5ac6c00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
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
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

0 comments on commit 5ac6c00

Please sign in to comment.