Skip to content

Commit

Permalink
downgrade goss
Browse files Browse the repository at this point in the history
  • Loading branch information
ikheifets-splunk committed Mar 26, 2024
1 parent a66c679 commit e57cc76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/Dockerfile
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.4.4 sh \
&& curl -fsSL https://goss.rocks/install | GOSS_VER=v0.3.21 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
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.4.4 sh \
&& curl -fsSL https://goss.rocks/install | GOSS_VER=v0.3.21 sh \
&& groupadd --gid 1024 syslog \
&& useradd -M -g 1024 -u 1024 syslog \
&& usermod -L syslog \
Expand Down

0 comments on commit e57cc76

Please sign in to comment.