File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
2
2
3
- # We start from the Debian 'bookworm ' image dated 2023-11-20 .
4
- FROM debian:bookworm-20250908 -slim as prepare-stage
3
+ # We start from the Debian 'trixie ' image.
4
+ FROM debian:trixie-20250610 -slim as prepare-stage
5
5
6
6
# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
7
7
COPY *sh /usr/local/bin/
Original file line number Diff line number Diff line change 1
1
# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
2
2
3
- # We start from the Debian 'bookworm ' image dated 2023-11-20 .
4
- FROM debian:bookworm-20250929 as prepare-stage
3
+ # We start from the Debian 'trixie ' image.
4
+ FROM debian:trixie-20250610 as prepare-stage
5
5
6
6
# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
7
7
COPY *sh /usr/local/bin/
Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ scms:
13
13
branch : " {{ .github.branch }}"
14
14
15
15
sources :
16
- bookwormLatestVersion :
16
+ trixieLatestVersion :
17
17
kind : dockerimage
18
- name : " Get the latest Debian Bookworm Linux version"
18
+ name : " Get the latest Debian Trixie Linux version"
19
19
spec :
20
20
image : " debian"
21
- tagfilter : " bookworm -*"
21
+ tagfilter : " trixie -*"
22
22
versionfilter :
23
23
kind : regex
24
24
pattern : >-
25
- bookworm -\d+$
25
+ trixie -\d+$
26
26
27
27
targets :
28
28
debian :
@@ -34,14 +34,14 @@ targets:
34
34
instruction :
35
35
keyword : FROM
36
36
matcher : debian
37
- sourceid : bookwormLatestVersion
37
+ sourceid : trixieLatestVersion
38
38
39
39
actions :
40
40
default :
41
41
kind : github/pullrequest
42
42
scmid : default
43
- title : Bump Debian Bookworm Linux version to {{ source "bookwormLatestVersion " }}
43
+ title : Bump Debian Trixie Linux version to {{ source "trixieLatestVersion " }}
44
44
spec :
45
45
labels :
46
46
- dependencies
47
- - debian-bookworm
47
+ - debian-trixie
You can’t perform that action at this time.
0 commit comments