Skip to content

Commit 2f80a34

Browse files
dependabot[bot]otavio
authored andcommitted
docker: ui: bump nginx from 1.27.4-alpine to 1.29.0-alpine in /ui
Bumps nginx from 1.27.4-alpine to 1.29.0-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.0-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e67efb1 commit 2f80a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ COPY --from=base /app/node_modules ./node_modules
3535

3636
RUN npm run build
3737

38-
FROM nginx:1.27.4-alpine as production
38+
FROM nginx:1.29.0-alpine as production
3939

4040
RUN apk add curl
4141

0 commit comments

Comments
 (0)