Skip to content

Commit

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

Bumps golang from 1.22.2-alpine to 1.22.3-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 9, 2024
1 parent cebc1df commit 8a85fcf
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.2-alpine as proto-go
FROM golang:1.22.3-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 8a85fcf

Please sign in to comment.