diff --git a/Dockerfile b/Dockerfile index 6d826d86..bd9d1569 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,6 @@ COPY script script RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/ratelimit -ldflags="-w -s" -v github.com/envoyproxy/ratelimit/src/service_cmd -FROM alpine:3.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 AS final +FROM alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d AS final RUN apk --no-cache add ca-certificates && apk --no-cache update COPY --from=build /go/bin/ratelimit /bin/ratelimit