Skip to content

Commit

Permalink
fix: cves vulnerabilities (#2466)
Browse files Browse the repository at this point in the history
* fix: upgrade goss on 0.4.7

* chore(deps): update dependency requests to v2.32.2 (#2472)

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
ikheifets-splunk and renovate[bot] committed May 23, 2024
1 parent 6086c21 commit f85a0d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN apk add -U --upgrade --no-cache \
cargo \
ca-certificates \
poetry \
&& curl -fsSL https://goss.rocks/install | GOSS_VER=v0.4.6 sh \
&& curl -fsSL https://goss.rocks/install | GOSS_VER=v0.4.7 sh \
&& groupadd --gid 1024 syslog \
&& useradd -M -g 1024 -u 1024 syslog \
&& usermod -L syslog \
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile.lite
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN apk add -U --upgrade --no-cache \
cargo \
ca-certificates \
poetry \
&& curl -fsSL https://goss.rocks/install | GOSS_VER=v0.4.6 sh \
&& curl -fsSL https://goss.rocks/install | GOSS_VER=v0.4.7 sh \
&& groupadd --gid 1024 syslog \
&& useradd -M -g 1024 -u 1024 syslog \
&& usermod -L syslog \
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f85a0d5

Please sign in to comment.