Skip to content

Commit

Permalink
bump to mondoo 0.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Aug 26, 2020
1 parent 7a0582b commit e5936ed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.12.0
ARG VERSION=0.59.0
ARG VERSION=0.60.0
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
RUN apk add curl tar rpm
RUN curl https://releases.mondoo.io/mondoo/${VERSION}/mondoo_${VERSION}_linux_amd64.tar.gz | tar -xvzC /usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.59.0
0.60.0
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: 0.59.0
appVersion: 0.60.0
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 = '0.59.0'
# $version = '0.60.0'
# $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:-0.59.0}"
version="${MONDOO_VERSION:-0.60.0}"

fail() {
echo -e "${red}${1}${end}";
Expand Down

0 comments on commit e5936ed

Please sign in to comment.