Skip to content

Commit ae57376

Browse files
committed
1 parent 8f1be71 commit ae57376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN NODE_OPTIONS=--max_old_space_size=4096 npm run build
2525
RUN ls /app/build
2626

2727
# Main Image
28-
FROM openresty/openresty:alpine
28+
FROM openresty/openresty:1.21.4.4-1-alpine
2929
RUN apk add gettext curl
3030
# React
3131
RUN rm /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)