Skip to content

Commit

Permalink
Use minor version tag for Alpine (#155)
Browse files Browse the repository at this point in the history
* Use minor version tag for Alpine

* Add docker ecosystem to dependabot config
  • Loading branch information
gaby authored Dec 17, 2023
1 parent f2931e2 commit 4103bcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILDPLATFORM
FROM ${BUILDPLATFORM}alpine:3
FROM ${BUILDPLATFORM}alpine:3.19

ARG KUBE_VERSION
ARG HELM_VERSION
Expand Down

0 comments on commit 4103bcc

Please sign in to comment.