Skip to content

Commit

Permalink
mondoo 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed May 26, 2021
1 parent b0a1471 commit 4df3649
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.13
ARG VERSION=4.7.1
ARG VERSION=4.8.2
ARG PACKAGE="mondoo_${VERSION}_linux_amd64.tar.gz"
ARG BASEURL="https://releases.mondoo.io/mondoo/${VERSION}"
RUN apk update &&\
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.7.1
4.8.2
2 changes: 1 addition & 1 deletion deployment/helm-mondoo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version: 0.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 4.7.1
appVersion: 4.8.2
2 changes: 1 addition & 1 deletion download.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function setenv($name,$value,$global) {
$dir = Get-Location

# manual override
# $version = '4.7.1'
# $version = '4.8.2'
# $arch = 'amd64'
# $releaseurl = "https://releases.mondoo.io/mondoo/${version}/mondoo_${version}_windows_${arch}.zip"

Expand Down
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This script source is available at: https://github.com/mondoolabs/mondoo

base_url="${MONDOO_MIRROR:-https://releases.mondoo.io}"
product="mondoo"
version="${MONDOO_VERSION:-4.7.1}"
version="${MONDOO_VERSION:-4.8.2}"

fail() {
echo -e "${red}${1}${end}";
Expand Down
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
If provided, tries to download the specific version instead of the latest
.EXAMPLE
Import-Module ./install.ps1; Install-Mondoo -RegistrationToken INSERTKEYHERE
Import-Module ./install.ps1; Install-Mondoo -Version 4.7.1
Import-Module ./install.ps1; Install-Mondoo -Version 4.8.2
#>
function Install-Mondoo {
[CmdletBinding()]
Expand Down

0 comments on commit 4df3649

Please sign in to comment.