-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update gvisor-tap-vsock to bcf84e7 * update to golang 1.18.8 * update gvisor-tap-vsock to 8fa817a
- Loading branch information
Showing
3 changed files
with
38 additions
and
690 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.18.5-alpine3.16 as build | ||
FROM golang:1.18.8-alpine3.16 as build | ||
WORKDIR /app | ||
COPY go.mod go.sum ./ | ||
RUN go mod download | ||
|
@@ -8,7 +8,7 @@ RUN GOOS=windows go build -ldflags '-H=windowsgui' -o bin/wsl-gvproxy.exe ./cmd/ | |
GOOS=linux CGO_ENABLED=0 go build -ldflags '-s -w' -o bin/wsl-vm ./cmd/vm && \ | ||
find ./bin -type f -exec sha256sum {} \; | ||
|
||
FROM golang:1.18.5-alpine3.16 as licenses | ||
FROM golang:1.18.8-alpine3.16 as licenses | ||
RUN apk add --no-cache git && \ | ||
apk list --installed && \ | ||
go install github.com/google/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.