Skip to content

Commit

Permalink
build(deps): bump golang from 1.23.4-alpine to 1.23.5-alpine in /proto (
Browse files Browse the repository at this point in the history
#796)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 49aea8f commit 80dfcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN npm ci --no-audit --prefer-offline
# Mount ./website/src/sdk to /code/src/sdk
CMD ["npm", "run", "codegen"]

FROM golang:1.23.4-alpine AS proto-go
FROM golang:1.23.5-alpine AS proto-go
RUN apk add --no-cache protobuf protobuf-dev
WORKDIR /code
RUN go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
Expand Down

0 comments on commit 80dfcdd

Please sign in to comment.