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 1892eff + fb932af commit 4f19bafCopy full SHA for 4f19baf
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-3-bookworm AS production-stage
+FROM openresty/openresty:1.27.1.2-4-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