We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afe3e26 + 6248e54 commit 4f31f44Copy full SHA for 4f31f44
docker/bie-hub/Dockerfile
@@ -7,8 +7,8 @@ WORKDIR /project
7
# ARG SOURCE=https://github.com/AtlasOfLivingAustralia/ala-bie-hub.git
8
9
ARG VERSION=develop
10
-ARG COMMIT=859f76df03ab219bee3398d775218f81f3abfaad
11
-ARG SOURCE=https://github.com/katya-shaleninova/ala-bie-hub.git
+ARG COMMIT=261b5138873c63d7c08de17ae961dc50a3158dc0
+ARG SOURCE=https://github.com/inbo/ala-bie-hub.git
12
LABEL ala.version=inbo-${COMMIT}
13
14
RUN git clone --branch ${VERSION} ${SOURCE} . && git checkout ${COMMIT}
0 commit comments