From aef81a4dae26299525153f43cee3da156328fe15 Mon Sep 17 00:00:00 2001 From: Sascha Greuel Date: Tue, 19 Oct 2021 23:41:19 +0200 Subject: [PATCH] Upgrade Alpine to 3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c91c8f4..6adaefa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base -FROM alpine:3.12 as base +FROM alpine:3.14 as base LABEL maintainer="team@appwrite.io" ENV NODE_ENV production