chore(deps): bump alpine from 3.13.4 to 3.13.5
Bumps alpine from 3.13.4 to 3.13.5. Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1dd3ec6fa5
commit
afd0c8afab
|
@ -8,6 +8,6 @@ COPY . ./
|
||||||
RUN make install
|
RUN make install
|
||||||
|
|
||||||
# minimal runtime
|
# minimal runtime
|
||||||
FROM alpine:3.13.4
|
FROM alpine:3.13.5
|
||||||
COPY --from=builder /go/bin/gotty-client /bin/
|
COPY --from=builder /go/bin/gotty-client /bin/
|
||||||
ENTRYPOINT ["/bin/gotty-client"]
|
ENTRYPOINT ["/bin/gotty-client"]
|
||||||
|
|
Loading…
Reference in New Issue