Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kfrico committed May 25, 2023
1 parent 344c16b commit 2a6c7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# build client stage
FROM ipushc/golangxnode:1.16-v12 AS build-client-env
FROM ipushc/golangxnode:1.20.2-v16.15.1 AS build-client-env

RUN cd /go/src/ && git clone https://github.com/orzhaha/cassandra-web.git
RUN cd /go/src/ && git clone https://github.com/orzhaha/cassandra-web.git --depth=1

RUN cd /go/src/cassandra-web/client && npm i && npm run build

Expand Down

0 comments on commit 2a6c7bf

Please sign in to comment.