Skip to content

Commit

Permalink
fix: upgrade gross version (#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikheifets-splunk authored Mar 4, 2024
1 parent 9ed5a33 commit f026fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apk add -U --upgrade --no-cache \
wget \
cargo \
ca-certificates \
&& curl -fsSL https://goss.rocks/install | GOSS_VER=v0.3.21 sh \
&& curl -fsSL https://goss.rocks/install | GOSS_VER=v0.4.4 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 @@ -40,7 +40,7 @@ RUN apk add -U --upgrade --no-cache \
wget \
cargo \
ca-certificates \
&& curl -fsSL https://goss.rocks/install | GOSS_VER=v0.3.21 sh \
&& curl -fsSL https://goss.rocks/install | GOSS_VER=v0.4.4 sh \
&& groupadd --gid 1024 syslog \
&& useradd -M -g 1024 -u 1024 syslog \
&& usermod -L syslog \
Expand Down

0 comments on commit f026fd8

Please sign in to comment.