From c32785579c6a4700455aa3afd9ad51f344142581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Wed, 17 Jun 2020 07:12:18 +0200 Subject: [PATCH] Switch to fixed version of Ruby alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47d6f7317..ca7e08284 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # Set up Nginx to terminate SSL with LetsEncrypt and proxy_pass to http://localhost:3000/ ### -FROM ruby:alpine +FROM ruby:2.7.1-alpine RUN apk add --update --no-cache \ alpine-sdk \