From b56176192d26f907d27780c83732f56df74e4435 Mon Sep 17 00:00:00 2001
From: chenrui <rui@meetup.com>
Date: Sun, 16 Aug 2020 20:59:41 -0400
Subject: [PATCH] chore: update alpine and ghc

---
 installers/linux/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/installers/linux/Dockerfile b/installers/linux/Dockerfile
index 3b6df3f61..7a27d7065 100644
--- a/installers/linux/Dockerfile
+++ b/installers/linux/Dockerfile
@@ -15,8 +15,8 @@
 # Delete all unused docker images:
 # $ docker system prune -a
 
-# Use Alpine 3.11 with GHC 8.6.5
-FROM alpine:3.11
+# Use Alpine 3.12 with GHC 8.8.3
+FROM alpine:3.12
 
 # Install packages required to build elm
 RUN apk add --no-cache ghc cabal wget musl-dev zlib-dev zlib-static ncurses-dev ncurses-static