deployment/docker/base: fix the typo that causes InvalidDefaultArgInFrom

This commit is contained in:
Phuong Le 2024-11-07 17:33:03 +07:00 committed by GitHub
parent d1af84a49d
commit 4d383fdb9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# See https://medium.com/on-docker/use-multi-stage-builds-to-inject-ca-certs-ad1e8f01de1b
ARG certs_image=non-existing
ARG root_image==non-existing
ARG root_image=non-existing
FROM $certs_image AS certs
RUN apk update && apk upgrade && apk --update --no-cache add ca-certificates