We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe21399 commit 36504fdCopy full SHA for 36504fd
hello-world/AKS/Dockerfile
@@ -1,5 +1,5 @@
1
FROM ubuntu:22.04
2
-RUN apt-get -y update && apt-get -y install nginx python3
+RUN apt-get update && apt-get -y upgrade && apt-get -y install nginx python3.10
3
4
WORKDIR /app
5
hello-world/AKS/helloworld.yaml
@@ -7,7 +7,7 @@ metadata:
7
name: helloworld
8
spec:
9
containers:
10
- - image: "fishersnpregistry.azurecr.io/hello-world-aks:1.0"
+ - image: "fishersnpregistry.azurecr.io/hello-world-aks:1.1"
11
command:
12
- python3
13
- main.py
0 commit comments