Skip to content

Commit

Permalink
Updat alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Sep 12, 2023
1 parent 93eb800 commit cf85bb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ updates:
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,4 +1,4 @@
FROM alpine:3.16.0
FROM alpine:3.18.3

LABEL maintainer="Louis Royer <[email protected]>" \
org.opencontainers.image.authors="Louis Royer <[email protected]>" \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Example workflow use:
```yaml
- name: Run busted
uses: louisroyer-gh-actions/[email protected].2
uses: louisroyer-gh-actions/[email protected].3
with:
args: .

Expand Down

0 comments on commit cf85bb1

Please sign in to comment.