Skip to content

Commit 6dfdf1f

Browse files
build(deps): bump golang from 1.22.3-alpine to 1.22.4-alpine in /proto (#682)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20067a5 commit 6dfdf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN npm ci --no-audit --prefer-offline
88
# Mount ./website/src/sdk to /code/src/sdk
99
CMD ["npm", "run", "codegen"]
1010

11-
FROM golang:1.22.3-alpine as proto-go
11+
FROM golang:1.22.4-alpine as proto-go
1212
RUN apk add --no-cache protobuf protobuf-dev
1313
WORKDIR /code
1414
RUN go install google.golang.org/grpc/cmd/[email protected]

0 commit comments

Comments
 (0)