Skip to content

Commit 218a9e2

Browse files
dependabot[bot]otavio
authored andcommitted
docker: ui: bump nginx from 1.29.2-alpine to 1.29.3-alpine in /ui
Bumps nginx from 1.29.2-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]>
1 parent 303be3f commit 218a9e2

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.29.2-alpine AS production
38+
FROM nginx:1.29.3-alpine AS production
3939

4040
RUN apk add curl
4141

0 commit comments

Comments
 (0)