Skip to content

Commit

Permalink
Bump alpine from 3.18.5 to 3.19.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.5 to 3.19.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 8, 2023
1 parent aff2428 commit 24fe8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on \
## Runtime
##

FROM --platform=$TARGETPLATFORM alpine:3.18.5 as runtime
FROM --platform=$TARGETPLATFORM alpine:3.19.0 as runtime
RUN apk add iptables libcap && \
touch /run/xtables.lock && \
chmod 0666 /run/xtables.lock
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-cni-plugin
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on \
## Runtime
##

FROM --platform=$TARGETPLATFORM alpine:3.18.5 as runtime
FROM --platform=$TARGETPLATFORM alpine:3.19.0 as runtime
WORKDIR /linkerd
RUN apk add \
# For inotifywait
Expand Down

0 comments on commit 24fe8af

Please sign in to comment.