Skip to content

Commit

Permalink
Merge pull request #849 from kakao/dependabot/docker/build/alpine-3.20.2
Browse files Browse the repository at this point in the history
build(deps): bump alpine from 3.20.1 to 3.20.2 in /build
  • Loading branch information
ijsong authored Jul 29, 2024
2 parents 11c48ad + 5a82522 commit d983bd9
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.1 AS tools
FROM alpine:3.20.2 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 d983bd9

Please sign in to comment.