Skip to content

Commit 6ff99c2

Browse files
Update nginx-dep.yaml
1.7.9 It is an incorrect tag, for practical purposes I propose a change with 'stable-perl'
1 parent eda3794 commit 6ff99c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/workshop/Deployment101/nginx-dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ spec:
1414
spec:
1515
containers:
1616
- name: nginx
17-
image: nginx:1.7.9
17+
image: nginx:stable-perl
1818
ports:
1919
- containerPort: 80

0 commit comments

Comments
 (0)