We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfe7aa2 + 6c133bb commit ea74cdfCopy full SHA for ea74cdf
1 file changed
Dockerfile
@@ -10,7 +10,7 @@ RUN npm run build
10
RUN node tools/generate-health.js
11
12
# production stage
13
-FROM openresty/openresty:1.27.1.2-1-bookworm AS production-stage
+FROM openresty/openresty:1.27.1.2-2-bookworm AS production-stage
14
RUN apt-get update && apt-get install -y gettext-base # required to use envsubst
15
COPY --from=build-stage /dist /usr/share/nginx/html
16
COPY ./docker/nginx.conf /etc/nginx/conf.d/default.conf.template
0 commit comments