chore(deps): bump golang from 1.16.2-alpine to 1.16.3-alpine
Bumps golang from 1.16.2-alpine to 1.16.3-alpine. Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0c569c565c
commit
22e3786b1b
|
@ -1,5 +1,5 @@
|
|||
# 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
|
||||
WORKDIR /go/src/github.com/moul/gotty-client
|
||||
COPY go.* ./
|
||||
|
|
Loading…
Reference in New Issue