diff --git a/docker/frontend.Dockerfile b/docker/frontend.Dockerfile index abbbade..72275de 100644 --- a/docker/frontend.Dockerfile +++ b/docker/frontend.Dockerfile @@ -17,7 +17,7 @@ EOT RUN npm ci RUN npm run build -FROM nginx:1.27-alpine +FROM nginx:1.29-alpine COPY docker/nginx/default.conf /etc/nginx/conf.d/default.conf COPY --from=build /workspace/dist/frontend/browser /usr/share/nginx/html diff --git a/docker/server-docs.Dockerfile b/docker/server-docs.Dockerfile index 1357120..c398464 100644 --- a/docker/server-docs.Dockerfile +++ b/docker/server-docs.Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.27-alpine +FROM nginx:1.29-alpine RUN mkdir -p /usr/share/nginx/html COPY services/server-docs /usr/share/nginx/html