File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# build
2- FROM golang:1.15.7 -alpine as builder
2+ FROM golang:1.18.1 -alpine as builder
33RUN apk add --no-cache git gcc musl-dev make
44ENV GO111MODULE=on
55WORKDIR /go/src/moul.io/graphman
66COPY . ./
77RUN make install
88
99# minimalist runtime
10- FROM alpine:3.14.0
10+ FROM alpine:3.15.4
1111COPY --from=builder /go/bin/pertify /bin/
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module moul.io/cmd/pertify
33go 1.13
44
55require (
6- github.com/pkg/errors v0.8 .1
7- gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717
6+ github.com/pkg/errors v0.9 .1
7+ gopkg.in/urfave/cli.v2 v2.4.8
88 gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
99 moul.io/graphman v1.6.0
1010 moul.io/graphman/viz v0.0.0
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ module moul.io/graphman/lambda
33go 1.13
44
55require (
6- github.com/aws/aws-lambda-go v1.13.2
7- github.com/pkg/errors v0.8 .1
6+ github.com/aws/aws-lambda-go v1.30.0
7+ github.com/pkg/errors v0.9 .1
88 gopkg.in/yaml.v3 v3.0.0-20190924164351-c8b7dadae555
99 moul.io/graphman v1.6.0
10- moul.io/graphman/viz v1.5 .0
10+ moul.io/graphman/viz v1.6 .0
1111)
1212
1313replace (
Original file line number Diff line number Diff line change 11< html >
22 < head >
33 < title > Pertify</ title >
4- < link href ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4 .1/css/bootstrap.min.css " rel ="stylesheet " />
4+ < link href ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6 .1/css/bootstrap.min.css " rel ="stylesheet " />
55 < meta name ="viewport " content ="width=device-width,minimum-scale=1,initial-scale=1 " />
66 < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-133664781-4 "> </ script >
77 < script >
@@ -35,8 +35,8 @@ <h1>Pertify</h1>
3535 < a href ="https://github.com/moul/graphman "> Graphman</ a > , by < a href ="https://manfred.life/ "> Manfred Touron</ a > .
3636 </ footer >
3737 </ div >
38- < script src ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4 .1/js/bootstrap.min.js "> </ script >
39- < script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1 /jquery.min.js "> </ script >
38+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6 .1/js/bootstrap.min.js "> </ script >
39+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0 /jquery.min.js "> </ script >
4040 < script src ="/pertify/examples.js "> </ script >
4141 < script >
4242 function generate ( ) {
You can’t perform that action at this time.
0 commit comments