Skip to content

Commit 085976b

Browse files
authored
Merge pull request #203 from Resgrid/develop
RU-T47 Docker build fix
2 parents 052e744 + 25d182e commit 085976b

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
@@ -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)