Merge branch 'master' into master

This commit is contained in:
Benjamin
2021-10-05 14:37:31 +02:00
committed by GitHub
4 changed files with 8 additions and 16 deletions

3
.github/FUNDING.yml vendored
View File

@@ -1,3 +0,0 @@
patreon: angristan
liberapay: angristan
ko_fi: angristan

View File

@@ -1,18 +1,10 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: docker - package-ecosystem: "docker"
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: "monthly"
assignees:
- "angristan"
reviewers:
- "angristan"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "monthly"
assignees:
- "angristan"
reviewers:
- "angristan"

View File

@@ -9,7 +9,7 @@ jobs:
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2 uses: actions/checkout@v2.3.4
- name: Lint Code Base - name: Lint Code Base
uses: docker://github/super-linter:v2.2.2 uses: docker://github/super-linter:v2.2.2

View File

@@ -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 ARG PLEROMA_VER=develop
ENV UID=911 GID=911 MIX_ENV=prod ENV UID=911 GID=911 MIX_ENV=prod