mirror of
https://github.com/status-im/spiffworkflow-connector.git
synced 2025-02-21 19:18:16 +00:00
updated waku docker build script w/ burnettk
This commit is contained in:
parent
30bb4c6b97
commit
81394b119a
@ -1,5 +1,5 @@
|
||||
# Build status-go in a Go builder container
|
||||
FROM golang:1.18-alpine as builder
|
||||
FROM golang:1.19-alpine as builder
|
||||
|
||||
RUN apk add --no-cache make gcc g++ musl-dev linux-headers
|
||||
|
||||
|
@ -21,7 +21,7 @@ mv "$tmp_dir" "$home_tmp_dir"
|
||||
|
||||
git clone https://github.com/status-im/status-go.git "${home_tmp_dir}${tmp_dir}/status-go"
|
||||
cd "${home_tmp_dir}${tmp_dir}/status-go"
|
||||
git checkout feature/spiff-workflow
|
||||
git checkout develop
|
||||
|
||||
echo "PERLSRSTUFF"
|
||||
if [[ -n "$spiff_subdomain" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user