Skip to content

Commit

Permalink
chore(deps): update all docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 15, 2021
1 parent 5d50c84 commit 766ec69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
FROM golang:1.16.4-alpine as builder
FROM golang:1.16.5-alpine as builder
RUN apk add --no-cache git gcc musl-dev make
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/quicssh
Expand All @@ -9,7 +9,7 @@ COPY . ./
RUN make install

# minimalist runtime
FROM alpine:3.13.5
FROM alpine:3.14.0
COPY --from=builder /go/bin/quicssh /bin/
ENTRYPOINT ["/bin/quicssh"]
CMD []
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module moul.io/quicssh
go 1.12

require (
github.com/lucas-clemente/quic-go v0.18.0
github.com/lucas-clemente/quic-go v0.21.0
golang.org/x/net 62affa334b73
gopkg.in/urfave/cli.v2 v2.2.0
gopkg.in/urfave/cli.v2 v2.3.0
)

0 comments on commit 766ec69

Please sign in to comment.