Skip to content

Commit 8e075d7

Browse files
dependabot[bot]paskal
authored andcommitted
Bump node from 8 to 22
Bumps node from 8 to 22. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5cffafd commit 8e075d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN \
2222
echo "version=$version" && \
2323
go build -o ukeeper-readability -ldflags "-X main.revision=${version} -s -w" .
2424

25-
FROM --platform=$BUILDPLATFORM node:18 as build-frontend
25+
FROM --platform=$BUILDPLATFORM node:22 as build-frontend
2626

2727
ADD frontend /build
2828
WORKDIR /build

0 commit comments

Comments
 (0)