fix lint
This commit is contained in:
parent
810ac5abb7
commit
e5a3b065e4
@ -7,7 +7,8 @@ ENV PACKAGES git build-base
|
||||
WORKDIR /go/src/github.com/cerc-io/laconicd
|
||||
|
||||
# Install dependencies
|
||||
RUN apk add --update $PACKAGES
|
||||
RUN apk add --no-cache $PACKAGES
|
||||
|
||||
RUN apk add linux-headers
|
||||
|
||||
# Add source files
|
||||
@ -20,7 +21,7 @@ RUN make build
|
||||
FROM alpine:3.17.1
|
||||
|
||||
# Install ca-certificates
|
||||
RUN apk add --update ca-certificates jq curl
|
||||
RUN apk add --no-cache ca-certificates jq curl
|
||||
WORKDIR /
|
||||
|
||||
# Copy over binaries from the build-env
|
||||
|
2
client/docs/swagger-ui/swagger-ui-bundle.js
vendored
2
client/docs/swagger-ui/swagger-ui-bundle.js
vendored
@ -3048,7 +3048,7 @@
|
||||
})
|
||||
}, t.getCommonExtensions = function(e) {
|
||||
return e.filter(function(e, t) {
|
||||
return /^pattern$|^maxLength$|^minLength$|^maximum$|^minimum$/.test(t)
|
||||
return /^pattern|maxLength|minLength|maximum|minimum/.test(t)
|
||||
})
|
||||
}
|
||||
}).call(t, n(54).Buffer)
|
||||
|
2
client/docs/swagger-ui/swagger.yaml
vendored
2
client/docs/swagger-ui/swagger.yaml
vendored
@ -21313,4 +21313,4 @@ definitions:
|
||||
including all blockchain data structures and the rules of the
|
||||
application's
|
||||
|
||||
state transition machine.
|
||||
state transition machine.
|
||||
|
Loading…
Reference in New Issue
Block a user