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

Commit b5d8ee5

Browse files
Merge pull request #58 from brunohbrito/dependabot/docker/nginx-1.17.2-alpine
Bump nginx from 1.13.3-alpine to 1.17.2-alpine
2 parents 1a76206 + 01da42f commit b5d8ee5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)