From 36480952a4c2205d1bce295a0a1878b452626793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 04:17:03 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.12 to 3.13.2 Bumps alpine from 3.12 to 3.13.2. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 771a2a3..e3ff2d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ COPY . ./ RUN make install # minimal runtime -FROM alpine:3.12 +FROM alpine:3.13.2 COPY --from=builder /go/bin/gotty-client /bin/ ENTRYPOINT ["/bin/gotty-client"]