Skip to content

Commit

Permalink
Switch to support noble (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 authored Nov 7, 2024
1 parent bec8ec7 commit 74c52ff
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ updates:
docker-actions:
patterns:
- docker/*
- package-ecosystem: github-actions
directory: /
target-branch: release/jammy
schedule:
interval: daily
time: '04:00'
timezone: America/Toronto
rebase-strategy: auto
labels:
- auto
- dependencies
- github-actions
groups:
docker-actions:
patterns:
- docker/*
- package-ecosystem: github-actions
directory: /
target-branch: release/focal
Expand Down Expand Up @@ -42,6 +58,18 @@ updates:
- auto
- dependencies
- docker
- package-ecosystem: docker
directory: /
target-branch: release/jammy
schedule:
interval: daily
time: '04:00'
timezone: America/Toronto
rebase-strategy: auto
labels:
- auto
- dependencies
- docker
- package-ecosystem: docker
directory: /
target-branch: release/focal
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy-20240808
FROM ubuntu:noble-20241011

# set default input arguments
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ docker run --it --rm \
[Ubuntu]: https://ubuntu.com
[Docker Buildx]: https://docs.docker.com/buildx/working-with-buildx
[Docker CLI]: https://docs.docker.com/engine/reference/commandline/build
[locale]: https://manpages.ubuntu.com/manpages/jammy/man1/locale.1.html
[locale]: https://manpages.ubuntu.com/manpages/noble/man1/locale.1.html
[s6 overlay]: https://github.com/just-containers/s6-overlay
[Ubuntu Container]: https://hub.docker.com/_/ubuntu

0 comments on commit 74c52ff

Please sign in to comment.