chore(deps): bump alpine from 3.13.2 to 3.13.3

Bumps alpine from 3.13.2 to 3.13.3.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-26 04:03:32 +00:00 committed by GitHub
parent 8d969bc64e
commit 112d28b185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"]