fix: AS [skip ci]

This commit is contained in:
f 2024-06-21 13:04:31 -03:00
parent 4eb8a6ff59
commit 9a8eef1e42
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
ARG ALPINE_VERSION=3.13.6
ARG BASE_IMAGE=gitea.nulo.in/sutty/containers-sdk
ARG EMAIL=monit@sutty.nl
FROM alpine:${ALPINE_VERSION} as build
FROM alpine:${ALPINE_VERSION} AS build
ARG RUBY_VERSION=2.7
ARG RUBY_PATCH=5
ENV EMAIL ${EMAIL:-monit@sutty.nl}