Skip to content

Commit 9b6880b

Browse files
committed
Update nginx Docker tag to v1.19.1
1 parent 34af61a commit 9b6880b

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
@@ -12,7 +12,7 @@ RUN npm run production
1212

1313

1414
## Deploy the website using nginx
15-
FROM nginx:1.19.0-alpine
15+
FROM nginx:1.19.1-alpine
1616

1717
# Copy build folder from 'builder' to the default nginx public folder
1818
RUN rm -rf /usr/share/nginx/html/*

0 commit comments

Comments
 (0)