Skip to content

Commit

Permalink
Bump oraclelinux from 8.2 to 8.3 in /release/community-stable/oraclel…
Browse files Browse the repository at this point in the history
…inux/docker (#522)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Travis Plunk <[email protected]>
  • Loading branch information
dependabot[bot] and TravisEz13 authored Nov 18, 2020
1 parent bef735d commit d08ed57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions release/community-stable/oraclelinux/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# installed from RHEL7 PowerShell package

# Define arg(s) needed for the From statement
FROM oraclelinux:8.2 AS installer-env
FROM oraclelinux:8.3 AS installer-env

# Define Args for the needed to add the package
ARG PS_VERSION=7.0.1
Expand All @@ -22,7 +22,7 @@ ENV \
LANG=en_US.UTF-8 \
# Set up PowerShell module analysis cache path
PSModuleAnalysisCachePath=/var/cache/microsoft/powershell/PSModuleAnalysisCache/ModuleAnalysisCache \
POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-OracleLinux-8.2
POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-OracleLinux-8.3

# Installation
RUN \
Expand Down
2 changes: 1 addition & 1 deletion release/community-stable/oraclelinux/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"PackageFormat": "powershell-${PS_VERSION}-1.rhel.7.x86_64.rpm",
"SkipGssNtlmSspTests": false,
"shortTags": [
{"Tag": "8.2"}
{"Tag": "8.3"}
],
"tagTemplates": [
"#psversion#-oraclelinux-#shorttag#",
Expand Down

0 comments on commit d08ed57

Please sign in to comment.