diff --git a/.github/workflows/ci-pwsh7_5.yml b/.github/workflows/ci-pwsh7_5.yml index 1b0c51cce..1bf1704ea 100644 --- a/.github/workflows/ci-pwsh7_5.yml +++ b/.github/workflows/ci-pwsh7_5.yml @@ -25,7 +25,7 @@ on: env: INVOKE_BUILD_VERSION: '5.12.0' - POWERSHELL_VERSION: '7.5.0-rc.1' + POWERSHELL_VERSION: '7.5.0' jobs: diff --git a/Dockerfile b/Dockerfile index 74ad84078..cb61a9678 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/powershell:7.4-ubuntu-22.04 +FROM mcr.microsoft.com/powershell:7.5-ubuntu-24.04 LABEL maintainer="Matthew Kelly (Badgerati)" RUN mkdir -p /usr/local/share/powershell/Modules/Pode COPY ./pkg/ /usr/local/share/powershell/Modules/Pode \ No newline at end of file diff --git a/alpine.dockerfile b/alpine.dockerfile index 0e218ee43..293cadf4f 100644 --- a/alpine.dockerfile +++ b/alpine.dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/powershell:7.4-alpine-3.20 +FROM mcr.microsoft.com/powershell:7.5-alpine-3.20 LABEL maintainer="Matthew Kelly (Badgerati)" RUN mkdir -p /usr/local/share/powershell/Modules/Pode COPY ./pkg/ /usr/local/share/powershell/Modules/Pode \ No newline at end of file diff --git a/arm32.dockerfile b/arm32.dockerfile index 52d392133..d17ac20d5 100644 --- a/arm32.dockerfile +++ b/arm32.dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/powershell:7.4-ubuntu-22.04-arm32 +FROM mcr.microsoft.com/powershell:7.5-ubuntu-22.04-arm32 LABEL maintainer="Matthew Kelly (Badgerati)" RUN mkdir -p /usr/local/share/powershell/Modules/Pode COPY ./pkg/ /usr/local/share/powershell/Modules/Pode \ No newline at end of file diff --git a/docs/Getting-Started/Installation.md b/docs/Getting-Started/Installation.md index c392b8164..fc2d17eac 100644 --- a/docs/Getting-Started/Installation.md +++ b/docs/Getting-Started/Installation.md @@ -41,7 +41,7 @@ Install-Module -Name Pode [![Docker](https://img.shields.io/docker/stars/badgerati/pode.svg?label=Stars)](https://hub.docker.com/r/badgerati/pode/) [![Docker](https://img.shields.io/docker/pulls/badgerati/pode.svg?label=Pulls)](https://hub.docker.com/r/badgerati/pode/) -Pode can run on *nix environments, therefore it only makes sense for there to be Docker images for you to use! The images use the latest version of PowerShell v7.4 on either an Ubuntu Jammy image (default), an Alpine image, or an ARM32 image (for Raspberry Pis). +Pode can run on *nix environments, therefore it only makes sense for there to be Docker images for you to use! The images use the latest version of PowerShell v7.5 on either an Ubuntu Noble image (default), an Alpine image, or an ARM32 image (for Raspberry Pis). * To pull down the latest Pode image you can do: diff --git a/docs/Hosting/Docker.md b/docs/Hosting/Docker.md index 2fe054605..8d8419d1b 100644 --- a/docs/Hosting/Docker.md +++ b/docs/Hosting/Docker.md @@ -2,7 +2,7 @@ Pode has a Docker image that you can use to host your server, for instructions on pulling these images you can [look here](../../Installation). -The images use PowerShell v7.4 on either an Ubuntu Jammy (default), Alpine, or ARM32 image. +The images use PowerShell v7.5 on either an Ubuntu Noble (default), Alpine, or ARM32 image. ## Images @@ -11,7 +11,7 @@ The images use PowerShell v7.4 on either an Ubuntu Jammy (default), Alpine, or A ### Default -The default Pode image is an Ubuntu Jammy image with PowerShell v7.4 and Pode installed. An example of using this image in your Dockerfile could be as follows: +The default Pode image is an Ubuntu Noble image with PowerShell v7.5 and Pode installed. An example of using this image in your Dockerfile could be as follows: ```dockerfile # pull down the pode image