Skip to content

Commit

Permalink
chore(deps): pin dependencies (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent cc7fcfc commit ad1b48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# .github/build.Dockerfile
FROM quay.io/ptcpdump/develop:latest as build
FROM quay.io/ptcpdump/develop:latest@sha256:cc6ea2234b7fe2a831e30074abccb24cc4cbc27695f2573a853c3ec19e4ba809 as build
WORKDIR /app
COPY . .
RUN make build

FROM busybox:latest
FROM busybox:latest@sha256:768e5c6f5cb6db0794eec98dc7a967f40631746c32232b78a3105fb946f3ab83
WORKDIR /ptcpdump
COPY --from=build /app/ptcpdump /usr/local/bin/

0 comments on commit ad1b48d

Please sign in to comment.