fixup! mmmonit: upgrade to 0.2.1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
7789732d6f
commit
5416ab7cba
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
ARG ALPINE_VERSION=3.15.0
|
||||
ARG BASE_IMAGE=sutty/monit
|
||||
ARG MMMONIT_VERSION=0.2.1
|
||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
||||
MAINTAINER "f <f@sutty.nl>"
|
||||
|
||||
ARG MMMONIT_VERSION=0.2.1
|
||||
ENV DATABASE_URL "/srv/mmmonit.sqlite3"
|
||||
|
||||
RUN apk add --no-cache mmmonit~${MMMONIT_VERSION} daemonize
|
||||
|
|
Loading…
Reference in a new issue