Skip to content

Commit

Permalink
Bump in dockerfile.release as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Sep 10, 2024
1 parent 8da4081 commit efd1869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: syntax=dockerfile
ARG BASE=cgr.dev/chainguard/static:latest

FROM golang:1.23.0-alpine3.20 AS health-probe-builder
FROM golang:1.23.1-alpine3.20 AS health-probe-builder
WORKDIR /go/src/app
RUN apk update && apk add --no-cache git
RUN git clone https://github.com/grpc-ecosystem/grpc-health-probe.git
Expand Down

0 comments on commit efd1869

Please sign in to comment.