Skip to content

Commit 420809f

Browse files
Update dockerfiles
1 parent 3e24653 commit 420809f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/releaseBuild/images/Alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/powershell:6.1.0-alpine-3.8
1+
FROM mcr.microsoft.com/powershell:alpine-3.16
22

33
RUN apk update \
44
&& apk add build-base gcc abuild binutils git python bash cmake

tools/releaseBuild/images/CentOS/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/powershell:centos-7
1+
FROM mcr.microsoft.com/powershell:ubi-8
22

33
LABEL maintainer="PowerShell Team <powershellteam@hotmail.com>"
44

tools/releaseBuild/images/Ubuntu16.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/powershell:ubuntu-16.04
1+
FROM mcr.microsoft.com/powershell:ubuntu-22.04
22

33
LABEL maintainer="PowerShell Team <powershellteam@hotmail.com>"
44

0 commit comments

Comments
 (0)