diff --git a/todo-client/Dockerfile b/todo-client/Dockerfile index 977476d..a2e760d 100644 --- a/todo-client/Dockerfile +++ b/todo-client/Dockerfile @@ -8,6 +8,6 @@ RUN yarn build RUN ls # Runtime web server -FROM nginx:alpine +FROM nginx:1.22.0-alpine COPY ./nginx.conf /etc/nginx/conf.d/default.conf COPY --from=ui-build app-client/dist/todo-client /usr/share/nginx/html