diff --git a/Dockerfile b/Dockerfile index 496ae8d..c5f0c7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY ./ ./ -RUN go build -v -ldflags="-X 'main.version=v1.0.22'" helmet.go +RUN go build -v -ldflags="-X 'main.version=v1.0.23'" helmet.go FROM ubuntu:20.04 diff --git a/README.md b/README.md index 96a34d6..447ec1b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

Helmet

A Lightweight Cloud Native API Gateway.

@@ -10,10 +10,10 @@ - + - + @@ -25,7 +25,7 @@


- +

Helmet is Cloud Native API Gateway that control who accesses your API whether from customer or other internal services. It also collect metrics about service calls count, latency, success rate and much more!