Skip to content

Commit 11e3b4d

Browse files
authored
apply minor nginx patches (#384)
patching, I did not upgrade to next major version simply out of precaution
1 parent c00dbb5 commit 11e3b4d

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
@@ -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.28.0-alpine
12+
FROM nginx:1.28.3-alpine
1313
COPY --from=build /src/openeo-web-editor/dist /usr/share/nginx/html

0 commit comments

Comments
 (0)