Skip to content

Commit f239e4a

Browse files
build(deps): bump node from 22.2.0-bookworm to 22.3.0-bookworm in /proto (#683)
Bumps node from 22.2.0-bookworm to 22.3.0-bookworm. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17e1c46 commit f239e4a

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
@@ -1,4 +1,4 @@
1-
FROM node:22.2.0-bookworm as proto-js
1+
FROM node:22.3.0-bookworm as proto-js
22
RUN apt-get update && apt-get install -y protobuf-compiler libprotobuf-dev
33
WORKDIR /code
44
COPY ./website/package.json ./

0 commit comments

Comments
 (0)