Skip to content

Commit 6629174

Browse files
Bump nginx from 1.29.4-alpine to 1.29.5-alpine (#261)
Bumps nginx from 1.29.4-alpine to 1.29.5-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.5-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6c10ea commit 6629174

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
@@ -5,6 +5,6 @@ RUN npm i && \
55
npm install -g @angular/cli@21 && \
66
ng build
77

8-
FROM nginx:1.29.4-alpine AS final
8+
FROM nginx:1.29.5-alpine AS final
99
COPY nginx.conf /etc/nginx/conf.d/default.conf
1010
COPY --from=build /app/dist/website/browser* /usr/share/nginx/html

0 commit comments

Comments
 (0)