From 597d0e37501d95e5769592122484174cdb2fbe26 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Mar 2021 23:48:20 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.13.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd77539..8403b40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ COPY . ./ RUN make install # minimal runtime -FROM alpine:3.13.2 +FROM alpine:3.13.3 COPY --from=builder /go/bin/gotty-client /bin/ ENTRYPOINT ["/bin/gotty-client"]