Skip to content

Commit 4f19baf

Browse files
authored
Merge pull request #4420 from c2corg/dependabot/docker/openresty/openresty-1.27.1.2-4-bookworm
chore(deps): bump openresty/openresty from 1.27.1.2-3-bookworm to 1.27.1.2-4-bookworm
2 parents 1892eff + fb932af commit 4f19baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-3-bookworm AS production-stage
13+
FROM openresty/openresty:1.27.1.2-4-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)