Skip to content

Commit 7ad0f12

Browse files
Bump alpine from 3.21.2 to 3.22.2 (#183)
Bumps alpine from 3.21.2 to 3.22.2. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50adf8f commit 7ad0f12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN CGO_ENABLED=${CGO_ENABLED} GOOS=${GOOS} GOARCH=${GOARCH} \
2828
./cmd/yandex-cloud-controller-manager
2929

3030

31-
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
31+
FROM alpine:3.22.2@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
3232

3333
RUN apk add --no-cache ca-certificates
3434
COPY --from=build /go/bin/yandex-cloud-controller-manager /bin/

0 commit comments

Comments
 (0)