Skip to content

Commit

Permalink
update to golang 1.18.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sakai135 committed Nov 15, 2022
1 parent acb6d6f commit eb2ba8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distro/Dockerfile
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
Expand All @@ -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]
Expand Down

0 comments on commit eb2ba8d

Please sign in to comment.