Skip to content

Commit

Permalink
Merge pull request #931 from kakao/dependabot/docker/build/alpine-3.21.0
Browse files Browse the repository at this point in the history
build(deps): bump alpine from 3.20.3 to 3.21.0 in /build
  • Loading branch information
ijsong authored Dec 9, 2024
2 parents cbb0328 + 9ac257f commit 51e64e9
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 51e64e9

Please sign in to comment.