Skip to content

Commit f40b3c2

Browse files
Fix: Update service.md (nginx image not found)
I fixed an imagepulling error in the service.md example on the website. nginx:11.14.2 is no longer on Nginx docker hub: https://hub.docker.com/_/nginx?tab=tags&page=1&name=11.14.2 so I changed the image tag to the latest. please let me know if the latest tag is not the right image to use or if I'm wrong.
1 parent 3250db2 commit f40b3c2

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ metadata:
122122
spec:
123123
containers:
124124
- name: nginx
125-
image: nginx:11.14.2
125+
image: nginx:latest
126126
ports:
127127
- containerPort: 80
128128
name: http-web-svc

0 commit comments

Comments
 (0)