diff --git a/Dockerfile b/Dockerfile index 106f1206..df78aba2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/client/docs/swagger-ui/swagger-ui-bundle.js b/client/docs/swagger-ui/swagger-ui-bundle.js index 145aad07..4491b4b2 100644 --- a/client/docs/swagger-ui/swagger-ui-bundle.js +++ b/client/docs/swagger-ui/swagger-ui-bundle.js @@ -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) diff --git a/client/docs/swagger-ui/swagger.yaml b/client/docs/swagger-ui/swagger.yaml index b8b9f3da..5f2d9e4a 100644 --- a/client/docs/swagger-ui/swagger.yaml +++ b/client/docs/swagger-ui/swagger.yaml @@ -21313,4 +21313,4 @@ definitions: including all blockchain data structures and the rules of the application's - state transition machine. \ No newline at end of file + state transition machine.