Skip to content

Commit

Permalink
5.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Dec 22, 2021
1 parent 4a64cce commit bbb60c6
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.0
ARG VERSION=5.19.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.19.0
5.19.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.19.0}"
version="${MONDOO_VERSION:-5.19.1}"

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

0 comments on commit bbb60c6

Please sign in to comment.