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