Skip to content

Commit

Permalink
Merge pull request #3597 from kubernetes-sigs/dependabot/docker/alpin…
Browse files Browse the repository at this point in the history
…e-3.18

build(deps): bump alpine from 3.17 to 3.18
  • Loading branch information
k8s-ci-robot authored May 10, 2023
2 parents f56e2f6 + e03df8b commit 0313138
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 @@ -25,7 +25,7 @@ RUN go mod download

COPY . .

FROM alpine:3.17
FROM alpine:3.18

RUN apk update && apk add "libcrypto3>=3.0.8-r1" "libssl3>=3.0.8-r1" && rm -rf /var/cache/apt/*

Expand Down

0 comments on commit 0313138

Please sign in to comment.