From 4239261db1d67377d5a3aa0755eb25dcffa98140 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Jul 2020 23:58:57 +0000 Subject: [PATCH] Update alpine Docker tag to v3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 994a743..b74ac3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.9 +FROM alpine:3.12 LABEL "com.github.actions.name"="msgfmt" LABEL "com.github.actions.description"="Generate binary message catalog from textual translation description."