Skip to content

Commit ad1b48d

Browse files
chore(deps): pin dependencies (#174)
Signed-off-by: renovate[bot] <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc7fcfc commit ad1b48d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# .github/build.Dockerfile
2-
FROM quay.io/ptcpdump/develop:latest as build
2+
FROM quay.io/ptcpdump/develop:latest@sha256:cc6ea2234b7fe2a831e30074abccb24cc4cbc27695f2573a853c3ec19e4ba809 as build
33
WORKDIR /app
44
COPY . .
55
RUN make build
66

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

0 commit comments

Comments
 (0)