Skip to content

Commit

Permalink
5.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaym committed Jan 4, 2022
1 parent bbb60c6 commit 8d1deac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.15
ARG VERSION=5.19.1
ARG VERSION=5.20.0
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 @@
5.19.1
5.20.0
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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:-5.19.1}"
version="${MONDOO_VERSION:-5.20.0}"

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

0 comments on commit 8d1deac

Please sign in to comment.