Skip to content

Commit

Permalink
chore(deps): update quay.io/ptcpdump/develop:latest docker digest to …
Browse files Browse the repository at this point in the history
…5036b16 (#196)

Signed-off-by: renovate[bot] <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent 84f0a6e commit 64ad6b3
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
@@ -1,5 +1,5 @@
# .github/build.Dockerfile
FROM quay.io/ptcpdump/develop:latest@sha256:cc6ea2234b7fe2a831e30074abccb24cc4cbc27695f2573a853c3ec19e4ba809 as build
FROM quay.io/ptcpdump/develop:latest@sha256:5036b1610827db98d25ee1f9069a31c3f219a4c511a4e56dbfd12e71487fdfdc as build

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
WORKDIR /app
COPY . .
RUN make build
Expand Down

0 comments on commit 64ad6b3

Please sign in to comment.