Skip to content

Commit 7fa229d

Browse files
committed
Update Dockerfile
1 parent 614a443 commit 7fa229d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine as build
1+
FROM node:22-alpine AS build
22

33
# Copy source code
44
COPY . /src/openeo-web-editor
@@ -9,5 +9,5 @@ RUN npm install
99
RUN npm run build
1010

1111
# Copy build folder and run with nginx
12-
FROM nginx:1.20.1-alpine
12+
FROM nginx:1.28.0-alpine
1313
COPY --from=build /src/openeo-web-editor/dist /usr/share/nginx/html

0 commit comments

Comments
 (0)