Switch to fixed version of Ruby alpine

This commit is contained in:
Karol Sójko
2020-06-17 07:12:18 +02:00
parent 1b6dadd4f7
commit c32785579c

View File

@@ -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 \