Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit ee0eed6

Browse files
Bump nginx from 1.13.3-alpine to 1.17.2-alpine
Bumps nginx from 1.13.3-alpine to 1.17.2-alpine. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 3de5855 commit ee0eed6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

admin-ui.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN npm run ng build -- --configuration=docker
2424
##################
2525

2626
# base image
27-
FROM nginx:1.13.3-alpine
27+
FROM nginx:1.17.2-alpine
2828

2929
## Remove default nginx website
3030
RUN rm -rf /usr/share/nginx/html/*

ui-user-management.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN npm run ng build -- --configuration=docker
2424
##################
2525

2626
# base image
27-
FROM nginx:1.13.3-alpine
27+
FROM nginx:1.17.2-alpine
2828

2929
## Remove default nginx website
3030
RUN rm -rf /usr/share/nginx/html/*

0 commit comments

Comments
 (0)