Skip to content

Commit

Permalink
update golang patch version (#6036)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sabsay <[email protected]>
Co-authored-by: Daniel Sabsay <[email protected]>
  • Loading branch information
dsabsay and Daniel Sabsay authored Jun 25, 2024
1 parent d5d6ff8 commit 2866917
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.21.9-bullseye
FROM golang:1.21.11-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 2866917

Please sign in to comment.