We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cdf5cc + d25d8eb commit 0222afbCopy full SHA for 0222afb
2 files changed
.github/workflows/release-create.yaml
@@ -53,7 +53,7 @@ jobs:
53
54
- id: cz
55
name: Create changelog and bump version
56
- uses: commitizen-tools/commitizen-action@0.26.0
+ uses: commitizen-tools/commitizen-action@0.27.0
57
with:
58
changelog: true
59
changelog_increment_filename: "changes.md"
Dockerfile
@@ -1,5 +1,5 @@
1
FROM amazon/aws-cli:latest@sha256:9ba9ec979264e85bde370e704e5d2fdc40109edd1e7c3251d4f6823071204405 AS awscli
2
-FROM debian:trixie@sha256:c71b05eac0b20adb4cdcc9f7b052227efd7da381ad10bb92f972e8eae7c6cdc9 AS base
+FROM debian:trixie@sha256:5cf544fad978371b3df255b61e209b373583cb88b733475c86e49faa15ac2104 AS base
3
4
# github metadata
5
LABEL org.opencontainers.image.source=https://github.com/paullockaby/container-debug
0 commit comments