Compare commits
No commits in common. "b8460fd52063eb0ed543f516c3cede91f692f85c" and "1cb4aff9336b3ec211ce91d87aadfbe8aab339ba" have entirely different histories.
b8460fd520
...
1cb4aff933
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
ARG ALPINE_VERSION=3.18.3
|
||||
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
||||
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
||||
MAINTAINER "f <f@sutty.nl>"
|
||||
|
||||
COPY ./build.sh /usr/local/bin/build
|
||||
COPY ./entrypoint.sh /usr/local/bin/entrypoint
|
||||
|
|
Loading…
Reference in a new issue