Merge pull request #138 from moul/dependabot/docker/alpine-3.13.4
chore(deps): bump alpine from 3.13.3 to 3.13.4
This commit is contained in:
commit
1dd3ec6fa5
|
@ -8,6 +8,6 @@ COPY . ./
|
|||
RUN make install
|
||||
|
||||
# minimal runtime
|
||||
FROM alpine:3.13.3
|
||||
FROM alpine:3.13.4
|
||||
COPY --from=builder /go/bin/gotty-client /bin/
|
||||
ENTRYPOINT ["/bin/gotty-client"]
|
||||
|
|
Loading…
Reference in New Issue