Skip to content

Commit

Permalink
Update golang patch version in build-image (#6216)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sabsay <[email protected]>
  • Loading branch information
dsabsay authored Sep 17, 2024
1 parent f74b4cd commit 582c03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5-bullseye
FROM golang:1.22.7-bullseye
ARG goproxyValue
ENV GOPROXY=${goproxyValue}
RUN apt-get update && apt-get install -y curl file jq unzip protobuf-compiler libprotobuf-dev && \
Expand Down

0 comments on commit 582c03a

Please sign in to comment.