Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 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

FROM fedora:25
FROM fedora:27

ARG POWERSHELL_VERSION=6.0.0
ARG IMAGE_NAME=microsoft/powershell:fedora25
ARG IMAGE_NAME=microsoft/powershell:fedora27

LABEL maintainer="PowerShell Team <powershellteam@hotmail.com>" \
readme.md="https://github.com/PowerShell/PowerShell/blob/master/docker/README.md" \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:25
FROM fedora:27

ARG PSVERSIONSTUB
ARG PSVERSIONSTUBRPM
Expand Down