Skip to content

Commit ea74cdf

Browse files
authored
Merge pull request #4330 from c2corg/dependabot/docker/openresty/openresty-1.27.1.2-2-bookworm
chore(deps): bump openresty/openresty from 1.27.1.2-1-bookworm to 1.27.1.2-2-bookworm
2 parents dfe7aa2 + 6c133bb commit ea74cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN npm run build
1010
RUN node tools/generate-health.js
1111

1212
# production stage
13-
FROM openresty/openresty:1.27.1.2-1-bookworm AS production-stage
13+
FROM openresty/openresty:1.27.1.2-2-bookworm AS production-stage
1414
RUN apt-get update && apt-get install -y gettext-base # required to use envsubst
1515
COPY --from=build-stage /dist /usr/share/nginx/html
1616
COPY ./docker/nginx.conf /etc/nginx/conf.d/default.conf.template

0 commit comments

Comments
 (0)