Skip to content

Commit a3a0582

Browse files
committed
fix: updating container versions
1 parent 84542da commit a3a0582

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_install_hook_types: [pre-commit, pre-push, commit-msg]
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-added-large-files
1010
stages: [pre-commit]
@@ -45,7 +45,7 @@ repos:
4545
stages: [pre-commit]
4646

4747
- repo: https://github.com/commitizen-tools/commitizen
48-
rev: v4.1.0
48+
rev: v4.10.0
4949
hooks:
5050
- id: commitizen
5151
- id: commitizen-branch

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM amazon/aws-cli:latest@sha256:add02f7d6409b39957bf6bf8d1b740b14867296757313297199c94ad17b4c6c2 AS awscli
2-
FROM debian:trixie@sha256:fd8f5a1df07b5195613e4b9a0b6a947d3772a151b81975db27d47f093f60c6e6 AS base
1+
FROM amazon/aws-cli:latest@sha256:6ddd3cc787230401a8d0fa0af3f32f5eb1da3fcaeb0139a17e7cf9a10ee05deb AS awscli
2+
FROM debian:trixie@sha256:8f6a88feef3ed01a300dafb87f208977f39dccda1fd120e878129463f7fa3b8f AS base
33

44
# github metadata
55
LABEL org.opencontainers.image.source=https://github.com/paullockaby/container-debug

0 commit comments

Comments
 (0)