Skip to content

Commit

Permalink
refactor(Dockerfile): explicit tag to fix DL3006
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Dec 30, 2024
1 parent 5871d85 commit 40d38c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ EXPOSE 5353/udp
EXPOSE 5353/tcp
ENTRYPOINT [ "/tsigoat" ]

FROM cgr.dev/chainguard/wolfi-base
FROM cgr.dev/chainguard/wolfi-base:latest@sha256:3b271f8bff9356a38aa23118ffdea3c0d659f39e207feedacf01bdea4b900871

Check failure on line 47 in Dockerfile

View workflow job for this annotation

GitHub Actions / Container

DL3006 warning: Always tag the version of an image explicitly
COPY --from=build --chown=0:0 --chmod=0555 /tsigoat /tsigoat
USER nobody:nobody
EXPOSE 5353/udp
Expand Down

0 comments on commit 40d38c4

Please sign in to comment.