Skip to content

Commit e571af0

Browse files
committed
update dev ubuntu image to 22.04
1 parent 2eadbcc commit e571af0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hello-world/ACI/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/base:dev-ubuntu-22.04 AS build
1+
FROM mcr.microsoft.com/devcontainers/base:dev-ubuntu-24.04 AS build
22
ENV PROJECT_DIR=~/
33
WORKDIR ${PROJECT_DIR}/confidential-container-demos
44
COPY . ./

hello-world/AKS/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/base:dev-ubuntu-22.04 AS build
1+
FROM mcr.microsoft.com/devcontainers/base:dev-ubuntu-24.04 AS build
22
ENV PROJECT_DIR=~/
33
WORKDIR ${PROJECT_DIR}/confidential-container-demos
44
COPY . ./

0 commit comments

Comments
 (0)