10000
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 beffdcf commit 964a222Copy full SHA for 964a222
docker/release/fedora25/Dockerfile renamed to docker/release/fedora27/Dockerfile
@@ -1,9 +1,9 @@
1
-# Docker image file that describes an fedora 25 image with PowerShell installed from Microsoft YUM Repo
+# Docker image file that describes an fedora 27 image with PowerShell installed from Microsoft YUM Repo
2
3
-FROM fedora:25
+FROM fedora:27
4
5
ARG POWERSHELL_VERSION=6.0.0
6
-ARG IMAGE_NAME=microsoft/powershell:fedora25
+ARG IMAGE_NAME=microsoft/powershell:fedora27
7
8
LABEL maintainer="PowerShell Team <powershellteam@hotmail.com>" \
9
readme.md="https://github.com/PowerShell/PowerShell/blob/master/docker/README.md" \
docker/tests/Templates/fedora25/Dockerfile renamed to docker/tests/Templates/fedora27/Dockerfile
@@ -1,4 +1,4 @@
ARG PSVERSIONSTUB
ARG PSVERSIONSTUBRPM
0 commit comments