2
0

fix(install): Fix invalid reference format again (#231)

Fix #230.
This commit is contained in:
Burak Yigit Kaya
2019-07-26 09:50:46 +03:00
committed by GitHub
parent af07ad9c55
commit 13b510fc14
4 changed files with 13 additions and 5 deletions

View File

@ -1,2 +1,2 @@
ARG IMAGE=sentry:9.1.2
FROM ${IMAGE}-onbuild
ARG SENTRY_IMAGE
FROM ${SENTRY_IMAGE}-onbuild