File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
FROM alpine:3.13
2
- ARG VERSION=5.6 .0
2
+ ARG VERSION=5.7 .0
3
3
ARG PACKAGE="mondoo_${VERSION}_linux_amd64.tar.gz"
4
4
ARG BASEURL="https://releases.mondoo.io/mondoo/${VERSION}"
5
5
RUN apk update &&\
Original file line number Diff line number Diff line change 1
- 5.6 .0
1
+ 5.7 .0
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ version: 0.1.0
18
18
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application.
21
- appVersion : 5.6 .0
21
+ appVersion : 5.7 .0
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ This script source is available at: https://github.com/mondoolabs/mondoo
56
56
57
57
base_url=" ${MONDOO_MIRROR:- https:// releases.mondoo.io} "
58
58
product=" mondoo"
59
- version=" ${MONDOO_VERSION:- 5.6 .0} "
59
+ version=" ${MONDOO_VERSION:- 5.7 .0} "
60
60
61
61
fail () {
62
62
echo -e " ${red}${1}${end} " ;
Original file line number Diff line number Diff line change 13
13
If provided, tries to download the specific version instead of the latest
14
14
. EXAMPLE
15
15
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
17
17
#>
18
18
function Install-Mondoo {
19
19
[CmdletBinding ()]
You can’t perform that action at this time.
0 commit comments