From 31259fa33b1ec60dff08bba0e78b73235d0342aa Mon Sep 17 00:00:00 2001 From: Stuart Chinery Date: Tue, 27 Jul 2021 14:13:01 +0100 Subject: [PATCH] Switched to Ruby Docker image #patch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5cc5a48..daf1a48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM ruby:3.0.1-alpine3.14 LABEL "repository"="https://github.com/anothrNick/github-tag-action" LABEL "homepage"="https://github.com/anothrNick/github-tag-action" LABEL "maintainer"="Nick Sjostrom"