From f2c621a8b4d454c7befded82a00053f5d9cb478c Mon Sep 17 00:00:00 2001
From: Tulir Asokan <tulir@maunium.net>
Date: Sat, 3 Aug 2019 01:50:02 +0300
Subject: [PATCH] Update docker image to alpine 3.10

---
 Dockerfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 05f28a0..f576a8a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker.io/alpine:3.9
+FROM docker.io/alpine:3.10
 
 ENV UID=1337 \
     GID=1337
@@ -11,8 +11,7 @@ RUN apk add --no-cache \
       py3-magic \
       py3-sqlalchemy \
       py3-psycopg2 \
-      # Not yet in stable repos:
-      #py3-ruamel.yaml \
+      py3-ruamel.yaml \
       # Indirect dependencies
       #commonmark
         py3-future \
-- 
GitLab