Skip to content

Commit

Permalink
Fix: Use no-cache to satisfy Trivy
Browse files Browse the repository at this point in the history
Signed-off-by: Knut Ahlers <knut@ahlers.me>
  • Loading branch information
Luzifer committed Oct 25, 2024
1 parent 93cbaff commit 51313d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . /go/src/github.com/Luzifer/ots
WORKDIR /go/src/github.com/Luzifer/ots

RUN set -ex \
&& apk update && apk add \
&& apk --no-cache add \
curl \
git \
make \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.minimal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . /go/src/github.com/Luzifer/ots
WORKDIR /go/src/github.com/Luzifer/ots

RUN set -ex \
&& apk update && apk add \
&& apk --no-cache add \
curl \
git \
make \
Expand Down

0 comments on commit 51313d0

Please sign in to comment.