diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4bbb039..df52869 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,11 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + commit-message: + # Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace) + prefix: "[docker] " \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 4cfdf42..2ba3e39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # sample dockerfile for testing call-docker-build.yaml -FROM alpine:edge +FROM alpine:3.17.1 RUN apk add --no-cache curl