Skip to content

Commit 2b763d0

Browse files
committed
chore(debian): update configuration to use Trixie instead of Bookworm
1 parent ee2f219 commit 2b763d0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

updatecli/updatecli.d/debian.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Bump Debian Bookworm version
2+
name: Bump Debian Trixie version
33

44
scms:
55
default:
@@ -14,22 +14,22 @@ scms:
1414
branch: "{{ .github.branch }}"
1515

1616
sources:
17-
bookwormLatestVersion:
17+
trixieLatestVersion:
1818
kind: dockerimage
19-
name: "Get the latest Debian Bookworm Linux version"
19+
name: "Get the latest Debian Trixie Linux version"
2020
spec:
2121
image: "debian"
22-
tagfilter: "bookworm-*"
22+
tagfilter: "trixie-*"
2323
versionfilter:
2424
kind: regex
2525
pattern: >-
26-
bookworm-\d+$
26+
trixie-\d+$
2727
2828
targets:
2929
updateDockerfile:
3030
name: "Update the value of the base image (ARG DEBIAN_RELEASE) in the Dockerfile"
3131
kind: dockerfile
32-
sourceid: bookwormLatestVersion
32+
sourceid: trixieLatestVersion
3333
spec:
3434
file: debian/Dockerfile
3535
instruction:
@@ -39,7 +39,7 @@ targets:
3939
updateDockerBake:
4040
name: "Update the default value of the variable DEBIAN_RELEASE in the docker-bake.hcl"
4141
kind: hcl
42-
sourceid: bookwormLatestVersion
42+
sourceid: trixieLatestVersion
4343
spec:
4444
file: docker-bake.hcl
4545
path: variable.DEBIAN_RELEASE.default
@@ -49,7 +49,7 @@ actions:
4949
default:
5050
kind: github/pullrequest
5151
scmid: default
52-
title: Bump Debian Bookworm Linux version to {{ source "bookwormLatestVersion" }}
52+
title: Bump Debian Trixie Linux version to {{ source "trixieLatestVersion" }}
5353
spec:
5454
labels:
5555
- dependencies

0 commit comments

Comments
 (0)