Skip to content

Commit

Permalink
Merge pull request #5 from h1dden-da3m0n/chore/update-alpine
Browse files Browse the repository at this point in the history
feat(deps): update alpine base image
  • Loading branch information
JoshPiper authored Aug 12, 2021
2 parents ba8bcdd + 3b911f7 commit b342796
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

[*]
charset = utf-8
end_of_line = lf
tab_width = 4
indent_size = 4
indent_style = space
max_line_length = 9999
insert_final_newline = true
trim_trailing_whitespace = true

[*.{yml,yaml}]
tab_width = 2
indent_size = 2
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: docker
directory: /
schedule:
interval: monthly
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.14.1
MAINTAINER Dr Internet <[email protected]>

# Install RSync and Open SSH.
Expand Down

0 comments on commit b342796

Please sign in to comment.