From 4533cae8328589336d3d50629b6d1e58de62630a Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Fri, 10 Jan 2020 01:17:42 +0530 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=F0=9F=90=9B=20bump=20alpine=20versi?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #400 Signed-off-by: Ameya Shenoy --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 75f70f2..f792d32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.9 as alpine +FROM alpine:3.11 as alpine RUN apk add --no-cache \ ca-certificates \ @@ -15,4 +15,4 @@ COPY --from=alpine \ /usr/share/zoneinfo COPY watchtower / -ENTRYPOINT ["/watchtower"] \ No newline at end of file +ENTRYPOINT ["/watchtower"] From 8b16f6d766877b0ec5ec2399e27578ad11a64a55 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 19:59:18 +0000 Subject: [PATCH 2/3] docs: update README.md [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca393e2..1847df5 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Jan Kristof Nidzwetzki

📖
lukas

💻 +
Ameya Shenoy

💻 From 1e7296ae48bd52dc5a1452baab1d66140f2a20ba Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 19:59:19 +0000 Subject: [PATCH 3/3] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 1d2f240..957507c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -412,6 +412,15 @@ "contributions": [ "code" ] + }, + { + "login": "codingCoffee", + "name": "Ameya Shenoy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13611153?v=4", + "profile": "https://codingcoffee.dev", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7,