From 22e3786b1b3d8ab55787743e82b450f341b46fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 04:14:32 +0000 Subject: [PATCH] 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] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8403b40..c2f0042 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.* ./