Skip to content

Commit

Permalink
Update alpine version to fix CVEs (#464)
Browse files Browse the repository at this point in the history
fixes CVEs CVE-2023-5678 CVE-2023-5363 as per alpinelinux/docker-alpine#358

Signed-off-by: rayseaward <[email protected]>
  • Loading branch information
rayseaward authored Dec 19, 2023
1 parent b095d15 commit 97c2f6f
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.3 AS final
FROM alpine:3.18.5 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 97c2f6f

Please sign in to comment.