Skip to content

Commit 17d4bce

Browse files
Bump nginx from 1.29.1-alpine to 1.29.3-alpine (#2525)
Bumps nginx from 1.29.1-alpine to 1.29.3-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.3-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f61f2f commit 17d4bce

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
@@ -11,7 +11,7 @@ RUN npm run build
1111

1212

1313
## App
14-
FROM nginx:1.29.1-alpine
14+
FROM nginx:1.29.3-alpine
1515

1616
COPY --from=builder /src/dist /app
1717
COPY --from=builder /src/docker-nginx.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)