Skip to content

Commit

Permalink
update(images): bumped dbg-go to 0.14.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Jul 31, 2024
1 parent a5d5538 commit 68c5aab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions images/build-drivers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ARG TARGETARCH

ENV PUBLISH_S3="false"

RUN wget -q https://github.com/falcosecurity/dbg-go/releases/download/v0.13.0/dbg-go_0.13.0_linux_$TARGETARCH.tar.gz \
&& tar -xvf dbg-go_0.13.0_linux_$TARGETARCH.tar.gz \
RUN wget -q https://github.com/falcosecurity/dbg-go/releases/download/v0.14.0/dbg-go_0.14.0_linux_$TARGETARCH.tar.gz \
&& tar -xvf dbg-go_0.14.0_linux_$TARGETARCH.tar.gz \
&& chmod +x dbg-go \
&& mv dbg-go /bin/dbg-go

Expand Down
4 changes: 2 additions & 2 deletions images/update-dbg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
wget \
&& apt-get clean

RUN wget -q https://github.com/falcosecurity/dbg-go/releases/download/v0.13.0/dbg-go_0.13.0_linux_amd64.tar.gz \
&& tar -xvf dbg-go_0.13.0_linux_amd64.tar.gz \
RUN wget -q https://github.com/falcosecurity/dbg-go/releases/download/v0.14.0/dbg-go_0.14.0_linux_amd64.tar.gz \
&& tar -xvf dbg-go_0.14.0_linux_amd64.tar.gz \
&& chmod +x dbg-go \
&& mv dbg-go /bin/dbg-go

Expand Down

0 comments on commit 68c5aab

Please sign in to comment.