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:
Manfred Touron 2021-04-02 10:41:43 +02:00 committed by GitHub
commit da07248f56
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.* ./