Skip to content

Commit 84d9433

Browse files
Victoria Jeffreychris-rock
authored andcommitted
5.7.0
Signed-off-by: Victoria Jeffrey <[email protected]>
1 parent aca2803 commit 84d9433

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3.13
2-
ARG VERSION=5.6.0
2+
ARG VERSION=5.7.0
33
ARG PACKAGE="mondoo_${VERSION}_linux_amd64.tar.gz"
44
ARG BASEURL="https://releases.mondoo.io/mondoo/${VERSION}"
55
RUN apk update &&\

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.6.0
1+
5.7.0

deployment/helm-mondoo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ version: 0.1.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 5.6.0
21+
appVersion: 5.7.0

download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This script source is available at: https://github.com/mondoolabs/mondoo
5656

5757
base_url="${MONDOO_MIRROR:-https://releases.mondoo.io}"
5858
product="mondoo"
59-
version="${MONDOO_VERSION:-5.6.0}"
59+
version="${MONDOO_VERSION:-5.7.0}"
6060

6161
fail() {
6262
echo -e "${red}${1}${end}";

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
If provided, tries to download the specific version instead of the latest
1414
.EXAMPLE
1515
Import-Module ./install.ps1; Install-Mondoo -RegistrationToken INSERTKEYHERE
16-
Import-Module ./install.ps1; Install-Mondoo -Version 5.6.0
16+
Import-Module ./install.ps1; Install-Mondoo -Version 5.7.0
1717
#>
1818
function Install-Mondoo {
1919
[CmdletBinding()]

0 commit comments

Comments
 (0)