Declare ARG in Dockerfile. (#265)
Resolves [Warning] One or more build-args [SENTRY_IMAGE] were not consumed.
This commit is contained in:
parent
fc24bd4b82
commit
2018fb50d0
@ -1 +1,2 @@
|
|||||||
|
ARG SENTRY_IMAGE
|
||||||
FROM ${SENTRY_IMAGE:-sentry:9.1.2}-onbuild
|
FROM ${SENTRY_IMAGE:-sentry:9.1.2}-onbuild
|
||||||
|
Reference in New Issue
Block a user