Skip to content

Commit 6900123

Browse files
Update nginx Docker tag to v1.29.5
1 parent 1363c36 commit 6900123

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.29.4-alpine
17+
FROM nginx:1.29.5-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)