Skip to content

Commit 59b9bc0

Browse files
Update nginx Docker tag to v1.29.3
1 parent 1926e10 commit 59b9bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN npm run build
1414

1515

1616
## Deploy the website using nginx
17-
FROM nginx:1.23.2-alpine
17+
FROM nginx:1.29.3-alpine
1818

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

0 commit comments

Comments
 (0)