Skip to content

Commit

Permalink
chore(deps): bump alpine in /tools/releases/dockerfiles
Browse files Browse the repository at this point in the history
Bumps alpine from 3.14.0 to 3.14.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2021
1 parent 38bd1e7 commit db88c6b
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-cp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14.0
FROM alpine:3.14.1

ADD $KUMA_ROOT/build/artifacts-linux-amd64/kuma-cp/kuma-cp /usr/bin

Expand Down
2 changes: 1 addition & 1 deletion tools/releases/dockerfiles/Dockerfile.kuma-prometheus-sd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14.0
FROM alpine:3.14.1

ADD $KUMA_ROOT/build/artifacts-linux-amd64/kuma-prometheus-sd/kuma-prometheus-sd /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,4 +1,4 @@
FROM alpine:3.14.0
FROM alpine:3.14.1

RUN apk add --no-cache curl

Expand Down

0 comments on commit db88c6b

Please sign in to comment.