Skip to content

Commit eadd454

Browse files
build(deps): bump nginx from 1.29.3-alpine to 1.29.5-alpine
Bumps nginx from 1.29.3-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>
1 parent cf5111d commit eadd454

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
@@ -25,7 +25,7 @@ RUN API_ENCRYPTION_KEY=__ENCRYPTION_KEY_PLACEHOLDER__ npm run build && \
2525
npm run build:views
2626

2727
#### Stage RELEASE #####################################################################################################
28-
FROM nginx:1.29.3-alpine AS RELEASE
28+
FROM nginx:1.29.5-alpine AS RELEASE
2929

3030
# copy generated static site
3131
COPY --from=build /app/public /usr/share/nginx/html

0 commit comments

Comments
 (0)