Skip to content

Commit

Permalink
docker/renovate: manage alpine image by version instead of latest
Browse files Browse the repository at this point in the history
we don't need to follow latest anymore now that we have renovate
managing dependencies. When alpine releases a new tag we should get
automatic PR's
  • Loading branch information
joemiller committed Dec 11, 2024
1 parent 89c636b commit 327c2ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.21.0

RUN apk add --no-cache git

Expand Down
7 changes: 7 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
"schedule": [
"after 10pm on the first day of the month"
]
},
{
"description": "Don't pin alpine image SHAs, updates too frequently",
"matchPackageNames": [
"alpine"
],
"pinDigests": false
}
],
"labels": [
Expand Down

0 comments on commit 327c2ef

Please sign in to comment.