Skip to content

Commit e31bdc1

Browse files
committed
update image versions to most recent
1 parent e571af0 commit e31bdc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hello-world/ACI/arm-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"image": {
2020
"type": "string",
21-
"defaultValue": "mcr.microsoft.com/public/acc/samples/aci/helloworld:2.1",
21+
"defaultValue": "mcr.microsoft.com/acc/samples/aci/helloworld:2.7",
2222
"metadata": {
2323
"description": "Container image to deploy. Should be of the form repoName/imagename:tag for images stored in public Docker Hub, or a fully qualified URI for other registries. Images from private registries require additional registry credentials."
2424
}

hello-world/AKS/helloworld.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
name: helloworld
88
spec:
99
containers:
10-
- image: "mcr.microsoft.com/public/acc/samples/aks/helloworld:1.2"
10+
- image: "mcr.microsoft.com/acc/samples/aks/helloworld:1.5"
1111
command:
1212
- python3.10
1313
- main.py

0 commit comments

Comments
 (0)