Changed image ruby to alpine

This commit is contained in:
Luiz F Picolo 2021-11-03 10:01:23 -04:00
parent 835290da94
commit cf4185f897
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM ruby:2.7.2
FROM ruby:alpine
RUN apt-get update && apt-get install -y \
curl \