From 2ab9182fab87a5dc58be7f34a4d2037ef7d0337e Mon Sep 17 00:00:00 2001 From: cs-shadowbq Date: Thu, 4 Nov 2021 12:53:18 -0400 Subject: [PATCH] version 2.1.5-0.1.5 --- Dockerfile.alpine | 6 +++--- Dockerfile.ubi8 | 6 +++--- Dockerfile.ubuntu.20.04 | 6 +++--- VERSION | 2 +- image.config | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 75b9de9..2dbb1ab 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -9,15 +9,15 @@ LABEL org.opencontainers.image.authors="Scott MacGregor " \ org.opencontainers.image.url="https://hub.docker.com/r/shadowbq/psfalcon" \ org.opencontainers.image.base.name="powershell:alpine-3.12" \ org.opencontainers.image.licenses="UNLICENSE" \ - org.opencontainers.image.version="0.1.4" \ + org.opencontainers.image.version="0.1.5" \ org.opencontainers.image.created=$IMAGE_CREATE_DATE \ - com.github.cs-shadowbq.psfalcon="2.1.2" + com.github.cs-shadowbq.psfalcon="2.1.5" SHELL [ "pwsh", "-command" ] RUN Set-PSRepository -Name PSGallery -InstallationPolicy Trusted; \ Install-Module Microsoft.PowerShell.SecretManagement, Microsoft.PowerShell.SecretStore; \ Register-SecretVault -Name CrowdStrikeSecretStore -ModuleName Microsoft.PowerShell.SecretStore; \ - Install-Module PSFalcon -Scope CurrentUser -RequiredVersion 2.1.2 -Force; \ + Install-Module PSFalcon -Scope CurrentUser -RequiredVersion 2.1.5 -Force; \ Update-Help -Force; WORKDIR /data diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8 index ede517a..884c939 100644 --- a/Dockerfile.ubi8 +++ b/Dockerfile.ubi8 @@ -9,9 +9,9 @@ LABEL org.opencontainers.image.source="https://github.com/cs-shadowbq/psfalcon-d LABEL org.opencontainers.image.url="https://hub.docker.com/r/shadowbq/psfalcon" LABEL org.opencontainers.image.base.name="ubi8/ubi" LABEL org.opencontainers.image.licenses="UNLICENSE" -LABEL org.opencontainers.image.version="0.1.4" +LABEL org.opencontainers.image.version="0.1.5" LABEL org.opencontainers.image.created=$IMAGE_CREATE_DATE -LABEL com.github.cs-shadowbq.psfalcon="2.1.2" +LABEL com.github.cs-shadowbq.psfalcon="2.1.5" RUN curl https://packages.microsoft.com/config/rhel/8/prod.repo| tee /etc/yum.repos.d/microsoft.repo @@ -25,7 +25,7 @@ SHELL [ "pwsh", "-command" ] RUN Set-PSRepository -Name PSGallery -InstallationPolicy Trusted RUN Install-Module Microsoft.PowerShell.SecretManagement, Microsoft.PowerShell.SecretStore RUN Register-SecretVault -Name CrowdStrikeSecretStore -ModuleName Microsoft.PowerShell.SecretStore -RUN Install-Module PSFalcon -Scope CurrentUser -RequiredVersion 2.1.2 -Force +RUN Install-Module PSFalcon -Scope CurrentUser -RequiredVersion 2.1.5 -Force RUN Update-Help -Force WORKDIR /data diff --git a/Dockerfile.ubuntu.20.04 b/Dockerfile.ubuntu.20.04 index eed272b..c0e58fb 100644 --- a/Dockerfile.ubuntu.20.04 +++ b/Dockerfile.ubuntu.20.04 @@ -9,9 +9,9 @@ LABEL org.opencontainers.image.source="https://github.com/cs-shadowbq/psfalcon-d LABEL org.opencontainers.image.url="https://hub.docker.com/r/shadowbq/psfalcon" LABEL org.opencontainers.image.base.name="powershell:ubuntu-20.04" LABEL org.opencontainers.image.licenses="UNLICENSE" -LABEL org.opencontainers.image.version="0.1.4" +LABEL org.opencontainers.image.version="0.1.5" LABEL org.opencontainers.image.created=$IMAGE_CREATE_DATE -LABEL com.github.cs-shadowbq.psfalcon="2.1.2" +LABEL com.github.cs-shadowbq.psfalcon="2.1.5" RUN apt-get update && apt-get upgrade -y RUN chsh -s /usr/bin/pwsh @@ -20,7 +20,7 @@ SHELL [ "pwsh", "-command" ] RUN Set-PSRepository -Name PSGallery -InstallationPolicy Trusted RUN Install-Module Microsoft.PowerShell.SecretManagement, Microsoft.PowerShell.SecretStore RUN Register-SecretVault -Name CrowdStrikeSecretStore -ModuleName Microsoft.PowerShell.SecretStore -RUN Install-Module PSFalcon -Scope CurrentUser -RequiredVersion 2.1.2 -Force +RUN Install-Module PSFalcon -Scope CurrentUser -RequiredVersion 2.1.5 -Force RUN Update-Help -Force WORKDIR /data diff --git a/VERSION b/VERSION index 446ba66..def9a01 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.4 \ No newline at end of file +0.1.5 \ No newline at end of file diff --git a/image.config b/image.config index b3b215f..46840a4 100644 --- a/image.config +++ b/image.config @@ -1,3 +1,3 @@ USERNAME=shadowbq IMAGE=psfalcon -PSFALCON="2.1.2" \ No newline at end of file +PSFALCON="2.1.5" \ No newline at end of file