Skip to content

Commit 1ca7331

Browse files
committed
Update gitsha for osmcha
1 parent ebb9443 commit 1ca7331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/osmcha-web/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ RUN apt-get update && apt-get install -y git \
66
&& rm -rf /var/lib/apt/lists/*
77
RUN mkdir /app
88
WORKDIR /app
9-
ARG GITSHA=9925beeabcbc3b50eccc83dd92d71f2cf6791b04
10-
RUN git clone --branch master https://github.com/osmus/osmcha-frontend.git /app
9+
ARG GITSHA=3cd987bd2ed02bbb60b121ecad0bb556a115aca1
10+
RUN git clone https://github.com/osmus/osmcha-frontend.git /app
1111
RUN git checkout $GITSHA
1212
RUN yarn install
1313
COPY start.sh .

0 commit comments

Comments
 (0)