Commit 0e47b29 1 parent 87be76a commit 0e47b29 Copy full SHA for 0e47b29
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ COPY . ./
9
9
RUN make install
10
10
11
11
# minimalist runtime
12
- FROM alpine:3.13.5
12
+ FROM alpine:3.14.0
13
13
COPY --from=builder /go/bin/number-to-words /bin/
14
14
ENTRYPOINT ["/bin/number-to-words" ]
15
15
CMD []
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ require (
7
7
github.com/gorilla/mux v1.8.0
8
8
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
9
9
github.com/russross/blackfriday/v2 v2.1.0 // indirect
10
- github.com/stretchr/testify v1.6.1
11
- github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027
10
+ github.com/stretchr/testify v1.7.0
11
+ github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502
12
12
github.com/urfave/cli v1.22.5
13
13
golang.org/x/tools v0.1.3
14
14
)
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAm
18
18
github.com/shurcooL/sanitized_anchor_name v1.0.0 /go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc =
19
19
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
20
20
github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
21
- github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0 =
22
- github.com/stretchr/testify v1.6.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
23
- github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027 h1:lK99QQdH3yBWY6aGilF+IRlQIdmhzLrsEmF6JgN+Ryw =
24
- github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027 /go.mod h1:p9lPsd+cx33L3H9nNoecRRxPssFKUwwI50I3pZ0yT+8 =
21
+ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
22
+ github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
23
+ github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502 h1:34icjjmqJ2HPjrSuJYEkdZ+0ItmGQAQ75cRHIiftIyE =
24
+ github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502 /go.mod h1:p9lPsd+cx33L3H9nNoecRRxPssFKUwwI50I3pZ0yT+8 =
25
25
github.com/urfave/cli v1.22.5 h1:lNq9sAHXK2qfdI8W+GRItjCEkI+2oR4d+MEHy1CKXoU =
26
26
github.com/urfave/cli v1.22.5 /go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0 =
27
27
github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
You can’t perform that action at this time.
0 commit comments