We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00dbb5 commit 11e3b4dCopy full SHA for 11e3b4d
1 file changed
Dockerfile
@@ -9,5 +9,5 @@ RUN npm install
9
RUN npm run build
10
11
# Copy build folder and run with nginx
12
-FROM nginx:1.28.0-alpine
+FROM nginx:1.28.3-alpine
13
COPY --from=build /src/openeo-web-editor/dist /usr/share/nginx/html
0 commit comments