fix: AS [skip ci]

This commit is contained in:
f 2024-06-21 12:29:37 -03:00
parent 6ce591abc0
commit 441dc86068
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.18.3
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
RUN chmod 600 /etc/monitrc