Skip to content

Commit

Permalink
revert skywire repo to skycoin/skywire | change golang to alpine1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Dec 20, 2023
1 parent b779dc3 commit 578104a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/images/skywire-visor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG image_tag=e2e

ARG base=alpine
FROM golang:alpine3.18 as builder
FROM golang:alpine1.21 as builder

ARG BUILDINFO_LDFLAGS
ARG CGO_ENABLED=0
Expand All @@ -12,7 +12,7 @@ ENV CGO_ENABLED=${CGO_ENABLED} \
WORKDIR /

RUN apk add --no-cache make git build-base && \
git clone -b fix/fix-vpn-issue-on-skywire-services https://github.com/mrpalide/skywire && \
git clone -b develop https://github.com/skycoin/skywire && \
cd skywire && \
sh -c /skywire/docker/images/visor/install-preq.sh && \
make build-race && \
Expand Down

0 comments on commit 578104a

Please sign in to comment.