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
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"

View File

@@ -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

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
ENV UID=911 GID=911 MIX_ENV=prod