Skip to content

Commit 74c52ff

Browse files
authored
Switch to support noble (#866)
1 parent bec8ec7 commit 74c52ff

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@ updates:
1515
docker-actions:
1616
patterns:
1717
- 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/*
1834
- package-ecosystem: github-actions
1935
directory: /
2036
target-branch: release/focal
@@ -42,6 +58,18 @@ updates:
4258
- auto
4359
- dependencies
4460
- 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
4573
- package-ecosystem: docker
4674
directory: /
4775
target-branch: release/focal

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:jammy-20240808
1+
FROM ubuntu:noble-20241011
22

33
# set default input arguments
44
ARG TARGETPLATFORM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ docker run --it --rm \
6464
[Ubuntu]: https://ubuntu.com
6565
[Docker Buildx]: https://docs.docker.com/buildx/working-with-buildx
6666
[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
6868
[s6 overlay]: https://github.com/just-containers/s6-overlay
6969
[Ubuntu Container]: https://hub.docker.com/_/ubuntu

0 commit comments

Comments
 (0)