Skip to content

Commit

Permalink
build(deps): bump alpine from 3.20.3 to 3.21.0 in /build
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.3 to 3.21.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 217c29c commit 156c4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG VARLOGADM_RPC_PORT=9093
ARG VARLOGSN_RPC_PORT=9091


FROM alpine:3.20.3 AS tools
FROM alpine:3.21.0 AS tools
ARG GRPC_HEALTH_PROBE_VERSION
ARG JQ_VERSION
RUN wget --no-check-certificate -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 \
Expand Down

0 comments on commit 156c4fc

Please sign in to comment.