Skip to content

Commit 2d31029

Browse files
feat(container)!: Update container image node to v24 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 323fc31 commit 2d31029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

object-lease-console-plugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM node:22-alpine AS builder
2+
FROM node:24-alpine AS builder
33
WORKDIR /opt/app
44
COPY package.json tsconfig.json webpack.config.js ./
55
COPY src ./src

0 commit comments

Comments
 (0)