Skip to content

Commit

Permalink
Update alpine version to fix CVEs (#445)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Salaberria <[email protected]>
  • Loading branch information
psalaberria002 authored Sep 14, 2023
1 parent e0f9f0e commit 33c8573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.2 AS final
FROM alpine:3.18.3 AS final
RUN apk --no-cache add ca-certificates && apk --no-cache update
COPY --from=build /go/bin/ratelimit /bin/ratelimit

0 comments on commit 33c8573

Please sign in to comment.