fix: AS [skip ci]
This commit is contained in:
parent
6ce591abc0
commit
441dc86068
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
ARG ALPINE_VERSION=3.18.3
|
ARG ALPINE_VERSION=3.18.3
|
||||||
ARG BASE_IMAGE=gitea.nulo.in/sutty/sutty
|
ARG BASE_IMAGE=gitea.nulo.in/sutty/sutty
|
||||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION} as build
|
FROM ${BASE_IMAGE}:${ALPINE_VERSION} AS build
|
||||||
|
|
||||||
COPY ./monitrc /etc/monitrc
|
COPY ./monitrc /etc/monitrc
|
||||||
RUN chmod 600 /etc/monitrc
|
RUN chmod 600 /etc/monitrc
|
||||||
|
|
Loading…
Reference in a new issue