File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : Bump Debian Bookworm version
2
+ name : Bump Debian Trixie version
3
3
4
4
scms :
5
5
default :
@@ -14,22 +14,22 @@ scms:
14
14
branch : " {{ .github.branch }}"
15
15
16
16
sources :
17
- bookwormLatestVersion :
17
+ trixieLatestVersion :
18
18
kind : dockerimage
19
- name : " Get the latest Debian Bookworm Linux version"
19
+ name : " Get the latest Debian Trixie Linux version"
20
20
spec :
21
21
image : " debian"
22
- tagfilter : " bookworm -*"
22
+ tagfilter : " trixie -*"
23
23
versionfilter :
24
24
kind : regex
25
25
pattern : >-
26
- bookworm -\d+$
26
+ trixie -\d+$
27
27
28
28
targets :
29
29
updateDockerfile :
30
30
name : " Update the value of the base image (ARG DEBIAN_RELEASE) in the Dockerfile"
31
31
kind : dockerfile
32
- sourceid : bookwormLatestVersion
32
+ sourceid : trixieLatestVersion
33
33
spec :
34
34
file : debian/Dockerfile
35
35
instruction :
@@ -39,7 +39,7 @@ targets:
39
39
updateDockerBake :
40
40
name : " Update the default value of the variable DEBIAN_RELEASE in the docker-bake.hcl"
41
41
kind : hcl
42
- sourceid : bookwormLatestVersion
42
+ sourceid : trixieLatestVersion
43
43
spec :
44
44
file : docker-bake.hcl
45
45
path : variable.DEBIAN_RELEASE.default
@@ -49,7 +49,7 @@ actions:
49
49
default :
50
50
kind : github/pullrequest
51
51
scmid : default
52
- title : Bump Debian Bookworm Linux version to {{ source "bookwormLatestVersion " }}
52
+ title : Bump Debian Trixie Linux version to {{ source "trixieLatestVersion " }}
53
53
spec :
54
54
labels :
55
55
- dependencies
You can’t perform that action at this time.
0 commit comments