alpine 3.13.5
This commit is contained in:
parent
fd82edc49f
commit
5402fd2529
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.13.4 AS build
|
FROM alpine:3.13.5 AS build
|
||||||
ENV EMAIL monit@sutty.nl
|
ENV EMAIL monit@sutty.nl
|
||||||
|
|
||||||
RUN apk add --no-cache tzdata
|
RUN apk add --no-cache tzdata
|
||||||
|
@ -7,7 +7,7 @@ COPY ./monitrc /etc/monitrc
|
||||||
RUN chmod 600 /etc/monitrc
|
RUN chmod 600 /etc/monitrc
|
||||||
RUN sed -re "s/@@EMAIL@@/${EMAIL}/" -i /etc/monitrc
|
RUN sed -re "s/@@EMAIL@@/${EMAIL}/" -i /etc/monitrc
|
||||||
|
|
||||||
FROM alpine:3.13.4
|
FROM alpine:3.13.5
|
||||||
MAINTAINER "f <f@sutty.nl>"
|
MAINTAINER "f <f@sutty.nl>"
|
||||||
|
|
||||||
# TODO: We don't want to receive lots of email, so we'll change this to
|
# TODO: We don't want to receive lots of email, so we'll change this to
|
||||||
|
|
Loading…
Reference in a new issue