Merge pull request #123 from moul/dependabot/docker/alpine-3.13.2

chore(deps): bump alpine from 3.12 to 3.13.2
This commit is contained in:
Manfred Touron 2021-03-05 11:50:22 +01:00 committed by GitHub
commit ed2a39c874
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.12
FROM alpine:3.13.2
COPY --from=builder /go/bin/gotty-client /bin/
ENTRYPOINT ["/bin/gotty-client"]