Skip to content

Commit 36504fd

Browse files
committed
update to hello-world-aks:1.1
1 parent fe21399 commit 36504fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hello-world/AKS/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:22.04
2-
RUN apt-get -y update && apt-get -y install nginx python3
2+
RUN apt-get update && apt-get -y upgrade && apt-get -y install nginx python3.10
33

44
WORKDIR /app
55

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: "fishersnpregistry.azurecr.io/hello-world-aks:1.0"
10+
- image: "fishersnpregistry.azurecr.io/hello-world-aks:1.1"
1111
command:
1212
- python3
1313
- main.py

0 commit comments

Comments
 (0)