Skip to content

Commit d1a8306

Browse files
authored
upgrade ubuntu 20.04 to 24.04 (Azure#28234)
1 parent f6d22ca commit d1a8306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/Dockerfile-ubuntu-20.04 renamed to docker/Dockerfile-ubuntu-24.04

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/powershell:ubuntu-20.04
1+
FROM mcr.microsoft.com/powershell:ubuntu-24.04
22
RUN apt-get update && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists/*
33

44
ARG REPOSITORY=PSGallery
@@ -11,9 +11,9 @@ ARG BUILD_DATE=
1111
ARG VERSION=
1212
ARG LATEST=
1313
ARG BLOB_URL=
14-
ARG IMAGE_NAME=mcr.microsoft.com/azure-powershell:${VERSION}-ubuntu-20.04
14+
ARG IMAGE_NAME=mcr.microsoft.com/azure-powershell:${VERSION}-ubuntu-24.04
1515

16-
ENV AZUREPS_HOST_ENVIRONMENT="dockerImage/${VERSION}-ubuntu-20.04"
16+
ENV AZUREPS_HOST_ENVIRONMENT="dockerImage/${VERSION}-ubuntu-24.04"
1717

1818
LABEL maintainer="Azure PowerShell Team <[email protected]>" \
1919
readme.md="http://aka.ms/azpsdockerreadme" \

0 commit comments

Comments
 (0)