updated waku docker build script w/ burnettk

This commit is contained in:
jasquat 2023-06-12 15:06:42 -04:00
parent 30bb4c6b97
commit 81394b119a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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