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:
dependabot[bot] 2021-04-02 04:14:32 +00:00 committed by GitHub
parent 0c569c565c
commit 22e3786b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.* ./