Skip to content

Commit

Permalink
5.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaym committed Nov 30, 2021
1 parent a8ddac9 commit 722d93c
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.13
ARG VERSION=5.15.0
ARG VERSION=5.16.1
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.15.0
5.16.1
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.15.0}"
version="${MONDOO_VERSION:-5.16.1}"

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

0 comments on commit 722d93c

Please sign in to comment.