Skip to content

Commit

Permalink
build(deps): bump golang from 1.22.3-alpine to 1.22.4-alpine in /proto
Browse files Browse the repository at this point in the history
Bumps golang from 1.22.3-alpine to 1.22.4-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent baf0c3b commit 7a8842e
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.22.3-alpine as proto-go
FROM golang:1.22.4-alpine as proto-go
RUN apk add --no-cache protobuf protobuf-dev
WORKDIR /code
RUN go install google.golang.org/grpc/cmd/[email protected]
Expand Down

0 comments on commit 7a8842e

Please sign in to comment.