Skip to content

Commit f401844

Browse files
feat: Bump node from 23-alpine3.20 to 24-alpine3.20 (#115)
* Bump node from 23-alpine3.20 to 24-alpine3.20 Bumps node from 23-alpine3.20 to 24-alpine3.20. --- updated-dependencies: - dependency-name: node dependency-version: 24-alpine3.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore: ci workflow trigger * chore: remove reviewers from dependabot This is due to deprication --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <saidsef@gmail.com>
1 parent a1c804e commit f401844

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,11 @@ updates:
2020
directory: "/app"
2121
schedule:
2222
interval: "weekly"
23-
reviewers:
24-
- "saidsef"
2523
pull-request-branch-name:
2624
separator: "-"
2725
- package-ecosystem: "docker"
2826
directory: "/"
2927
schedule:
3028
interval: "weekly"
31-
reviewers:
32-
- "saidsef"
3329
pull-request-branch-name:
3430
separator: "-"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/node:23-alpine3.20
1+
FROM docker.io/node:24-alpine3.20
22

33
LABEL maintainer="Said Sef <saidsef@gmail.com> (saidsef.co.uk/)"
44

0 commit comments

Comments
 (0)