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

(cherry picked from commit 4d383fdb9a)
This commit is contained in:
Phuong Le 2024-11-07 17:33:03 +07:00 committed by hagen1778
parent 4d5f364ad9
commit 9ad958212d
No known key found for this signature in database
GPG key ID: E92986095E0DD614

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