add Hbase argument missing colon

This commit is contained in:
Junhyeok 2023-05-26 14:44:01 +09:00 committed by ga-ram
parent 107f520548
commit 8ca496cd66
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM openjdk:8u342-slim
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.5.1}
ARG HBASE_VERSION=${HBASE_VERSION-1.2.6}
ARG HBASE_VERSION=${HBASE_VERSION:-1.2.6}
ENV HBASE_REPOSITORY=http://apache.mirrors.pair.com/hbase
ENV HBASE_SUB_REPOSITORY=http://archive.apache.org/dist/hbase