Skip to content

Commit 81af18f

Browse files
authored
Merge pull request #251 from rodmax/renovate/nginx-1.x
chore(deps): update nginx docker tag to v1.21.3
2 parents 743f9d5 + 1fd2566 commit 81af18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.19.9-alpine
1+
FROM nginx:1.21.3-alpine
22
COPY /dist /usr/share/nginx/html
33
EXPOSE 80
44
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)