Skip to content

Commit d0fef8a

Browse files
committed
fix: node slim version to 20
Signed-off-by: Jan Lauber <[email protected]>
1 parent 7e5062c commit d0fef8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk --no-cache add upx make git gcc libtool musl-dev ca-certificates dumb-in
77
&& CGO_ENABLED=0 go build \
88
&& upx spesr
99

10-
FROM node:lts-slim as ui-builder
10+
FROM node:20-slim as ui-builder
1111
WORKDIR /build
1212
COPY ./sk/package*.json ./
1313
RUN rm -rf ./node_modules

0 commit comments

Comments
 (0)