Skip to content

Commit 25d182e

Browse files
committed
RU-T47 Docker build fix
1 parent f238be4 commit 25d182e

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
@@ -1,5 +1,5 @@
11
### STAGE 1: Build ###
2-
FROM node:20-alpine AS build
2+
FROM node:22-alpine AS build
33

44
# Install build dependencies
55
RUN apk add --no-cache python3 make g++

0 commit comments

Comments
 (0)