actualizar a alpine 3.10
This commit is contained in:
parent
9dec04fe88
commit
2dc63263cc
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.9 AS build
|
FROM alpine:3.10 AS build
|
||||||
ENV PACKAGER "fauno <fauno@partidopirata.com.ar>"
|
ENV PACKAGER "fauno <fauno@partidopirata.com.ar>"
|
||||||
ENV NOKOGIRI_USE_SYSTEM_LIBRARIES=1
|
ENV NOKOGIRI_USE_SYSTEM_LIBRARIES=1
|
||||||
ENV SECRET_KEY_BASE solo_es_necesaria_para_correr_rake
|
ENV SECRET_KEY_BASE solo_es_necesaria_para_correr_rake
|
||||||
|
@ -30,7 +30,7 @@ COPY --chown=app:www-data ./.git/ ./.git/
|
||||||
# Hacer un tarball de los archivos de la web
|
# Hacer un tarball de los archivos de la web
|
||||||
RUN git archive -o ../web.tar.gz HEAD
|
RUN git archive -o ../web.tar.gz HEAD
|
||||||
|
|
||||||
FROM lunar/monit:3.9
|
FROM lainventoria/monit:3.10
|
||||||
RUN apk add --no-cache libxslt libxml2 tzdata ruby ruby-json ruby-bigdecimal ruby-rake ruby-etc
|
RUN apk add --no-cache libxslt libxml2 tzdata ruby ruby-json ruby-bigdecimal ruby-rake ruby-etc
|
||||||
RUN apk add --no-cache sqlite-libs
|
RUN apk add --no-cache sqlite-libs
|
||||||
RUN apk add --no-cache darkhttpd
|
RUN apk add --no-cache darkhttpd
|
||||||
|
|
Loading…
Reference in a new issue