Merge pull request #139 from moul/dependabot/docker/golang-1.16.3-alpine
chore(deps): bump golang from 1.16.2-alpine to 1.16.3-alpine
This commit is contained in:
commit
da07248f56
|
@ -1,5 +1,5 @@
|
||||||
# build
|
# build
|
||||||
FROM golang:1.16.2-alpine as builder
|
FROM golang:1.16.3-alpine as builder
|
||||||
RUN apk add --no-cache git gcc musl-dev make
|
RUN apk add --no-cache git gcc musl-dev make
|
||||||
WORKDIR /go/src/github.com/moul/gotty-client
|
WORKDIR /go/src/github.com/moul/gotty-client
|
||||||
COPY go.* ./
|
COPY go.* ./
|
||||||
|
|
Loading…
Reference in New Issue