File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,22 @@ updates:
15
15
docker-actions :
16
16
patterns :
17
17
- docker/*
18
+ - package-ecosystem : github-actions
19
+ directory : /
20
+ target-branch : release/jammy
21
+ schedule :
22
+ interval : daily
23
+ time : ' 04:00'
24
+ timezone : America/Toronto
25
+ rebase-strategy : auto
26
+ labels :
27
+ - auto
28
+ - dependencies
29
+ - github-actions
30
+ groups :
31
+ docker-actions :
32
+ patterns :
33
+ - docker/*
18
34
- package-ecosystem : github-actions
19
35
directory : /
20
36
target-branch : release/focal
@@ -42,6 +58,18 @@ updates:
42
58
- auto
43
59
- dependencies
44
60
- docker
61
+ - package-ecosystem : docker
62
+ directory : /
63
+ target-branch : release/jammy
64
+ schedule :
65
+ interval : daily
66
+ time : ' 04:00'
67
+ timezone : America/Toronto
68
+ rebase-strategy : auto
69
+ labels :
70
+ - auto
71
+ - dependencies
72
+ - docker
45
73
- package-ecosystem : docker
46
74
directory : /
47
75
target-branch : release/focal
Original file line number Diff line number Diff line change 1
- FROM ubuntu:jammy-20240808
1
+ FROM ubuntu:noble-20241011
2
2
3
3
# set default input arguments
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change @@ -64,6 +64,6 @@ docker run --it --rm \
64
64
[ Ubuntu ] : https://ubuntu.com
65
65
[ Docker Buildx ] : https://docs.docker.com/buildx/working-with-buildx
66
66
[ Docker CLI ] : https://docs.docker.com/engine/reference/commandline/build
67
- [ locale ] : https://manpages.ubuntu.com/manpages/jammy /man1/locale.1.html
67
+ [ locale ] : https://manpages.ubuntu.com/manpages/noble /man1/locale.1.html
68
68
[ s6 overlay ] : https://github.com/just-containers/s6-overlay
69
69
[ Ubuntu Container ] : https://hub.docker.com/_/ubuntu
You can’t perform that action at this time.
0 commit comments