Skip to content

Commit

Permalink
Update alpine to 3.18.6 to address openssl vulnerability (#531)
Browse files Browse the repository at this point in the history
Signed-off-by: alexhwcheng <121998721+alexhwcheng@users.noreply.github.com>
  • Loading branch information
alexhwcheng authored Apr 5, 2024
1 parent ecd76b2 commit 4537d29
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.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 AS final
FROM alpine:3.18.6@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 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 4537d29

Please sign in to comment.