Skip to content

Commit 8c32970

Browse files
authored
Merge pull request #43 from paullockaby/update-versions
fix: updating container versions
2 parents d1220d5 + 34dba0a commit 8c32970

2 files changed

Lines changed: 3 additions & 3 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM amazon/aws-cli:latest@sha256:add02f7d6409b39957bf6bf8d1b740b14867296757313297199c94ad17b4c6c2 AS awscli
1+
FROM amazon/aws-cli:latest@sha256:6ddd3cc787230401a8d0fa0af3f32f5eb1da3fcaeb0139a17e7cf9a10ee05deb AS awscli
22
FROM debian:trixie@sha256:8f6a88feef3ed01a300dafb87f208977f39dccda1fd120e878129463f7fa3b8f AS base
33

44
# github metadata

0 commit comments

Comments
 (0)