Merge branch 'master' into master
This commit is contained in:
3
.github/FUNDING.yml
vendored
3
.github/FUNDING.yml
vendored
@@ -1,3 +0,0 @@
|
||||
patreon: angristan
|
||||
liberapay: angristan
|
||||
ko_fi: angristan
|
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
@@ -1,18 +1,10 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: docker
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
assignees:
|
||||
- "angristan"
|
||||
reviewers:
|
||||
- "angristan"
|
||||
interval: "monthly"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
assignees:
|
||||
- "angristan"
|
||||
reviewers:
|
||||
- "angristan"
|
||||
interval: "monthly"
|
||||
|
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v2.3.4
|
||||
|
||||
- name: Lint Code Base
|
||||
uses: docker://github/super-linter:v2.2.2
|
||||
|
@@ -1,4 +1,7 @@
|
||||
FROM elixir:1.11-alpine
|
||||
FROM elixir:1.11.4-alpine
|
||||
|
||||
ENV UID=911 GID=911 \
|
||||
MIX_ENV=prod
|
||||
|
||||
ARG PLEROMA_VER=develop
|
||||
ENV UID=911 GID=911 MIX_ENV=prod
|
||||
|
Reference in New Issue
Block a user