Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.16.2 to 3.16.3 in /tools/releases/doc…
Browse files Browse the repository at this point in the history
…kerfiles (#5308)

chore(deps): bump alpine in /tools/releases/dockerfiles

Bumps alpine from 3.16.2 to 3.16.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2022
1 parent 1037029 commit c102638
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/releases/dockerfiles/Dockerfile.kuma-cni
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE_ARCH=amd64
FROM --platform=linux/$BASE_IMAGE_ARCH alpine:3.16.2
FROM --platform=linux/$BASE_IMAGE_ARCH alpine:3.16.3
ARG ARCH

ADD /build/artifacts-linux-$ARCH/kuma-cni/kuma-cni /opt/cni/bin/kuma-cni
Expand Down
2 changes: 1 addition & 1 deletion tools/releases/dockerfiles/Dockerfile.kuma-cp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE_ARCH=amd64
FROM --platform=linux/$BASE_IMAGE_ARCH alpine:3.16.2
FROM --platform=linux/$BASE_IMAGE_ARCH alpine:3.16.3
ARG ARCH

ADD /build/artifacts-linux-$ARCH/kuma-cp/kuma-cp /usr/bin
Expand Down
2 changes: 1 addition & 1 deletion tools/releases/dockerfiles/Dockerfile.kumactl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE_ARCH=amd64
FROM --platform=linux/$BASE_IMAGE_ARCH alpine:3.16.2
FROM --platform=linux/$BASE_IMAGE_ARCH alpine:3.16.3

ARG ARCH

Expand Down

0 comments on commit c102638

Please sign in to comment.